Skip to content

Commit

Permalink
Merge pull request #28 from TinkoffCreditSystems/MIC-976
Browse files Browse the repository at this point in the history
update pod spec
  • Loading branch information
alexwillrock authored Nov 4, 2019
2 parents 63f2d5f + 79cfdf7 commit 0c07da2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions EasyDi.podspec.json
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"
}

0 comments on commit 0c07da2

Please sign in to comment.