-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from TinkoffCreditSystems/MIC-976
update pod spec
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"name": "EasyDi", | ||
"version": "1.5.0", | ||
"version": "1.6.1", | ||
"summary": "Effective DI library for rapid development in 200 lines of code", | ||
"description": "Swift 3 and 4 and 5, iOS 8+\nEasyDi contains a dependency container for Swift. The syntax of this library was specially designed for rapid development and effective use. It fits in 200 lines, thus can do everything you need for grown-up DI library:\n- Objects creating with dependencies and injection of dependencies into existing ones\n- Separation into assemblies\n- Types of dependency resolution: objects graph, singleton, prototype\n- Objects substitution and dependency contexts for tests", | ||
"homepage": "https://github.com/AndreyZarembo/EasyDi.git", | ||
"description": "Swift 5+, iOS 10+\nEasyDi contains a dependency container for Swift. The syntax of this library was specially designed for rapid development and effective use. It fits in 200 lines, thus can do everything you need for grown-up DI library:\n- Objects creating with dependencies and injection of dependencies into existing ones\n- Separation into assemblies\n- Types of dependency resolution: objects graph, singleton, weak singletion and prototype\n- Objects substitution and dependency contexts for tests", | ||
"homepage": "https://github.com/TinkoffCreditSystems/EasyDi.git", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"Andrey Zarembo": "[email protected]" | ||
"Andrey Zarembo": "[email protected]", | ||
"Alexey Markov": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/AndreyZarembo/EasyDi.git", | ||
"tag": "1.5.0" | ||
"git": "https://github.com/TinkoffCreditSystems/EasyDi.git", | ||
"tag": "1.6.1" | ||
}, | ||
"social_media_url": "https://twitter.com/AndreyZarembo", | ||
"platforms": { | ||
"ios": "8.0", | ||
"osx": "10.10" | ||
"ios": "10.0", | ||
"osx": "10.12" | ||
}, | ||
"source_files": "Sources/**/*.swift" | ||
} |