[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / b / EasyDi / 1.0.0 / EasyDi.podspec.json
blob9ca9903a380d3099a803c79fd25b59d6677556ca
2   "name": "EasyDi",
3   "version": "1.0.0",
4   "summary": "Effective DI library for rapid development in 200 lines of code",
5   "description": "Swift 3 and 4, 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",
6   "homepage": "https://github.com/AndreyZarembo/EasyDi.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Zarembo": "andrey.zarembo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AndreyZarembo/EasyDi.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/AndreyZarembo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "EasyDi/**/*.swift",
23   "pushed_with_swift_version": "3.0"