-
Notifications
You must be signed in to change notification settings - Fork 13
/
EasyDi.podspec.json
24 lines (24 loc) · 1.07 KB
/
EasyDi.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "EasyDi",
"version": "1.6.1",
"summary": "Effective DI library for rapid development in 200 lines of code",
"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]",
"Alexey Markov": "[email protected]"
},
"source": {
"git": "https://github.com/TinkoffCreditSystems/EasyDi.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "Sources/**/*.swift"
}