[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 1 / 6 / f / SwiftDependencyInjection / 1.2.1 / SwiftDependencyInjection.podspec.json
blob0ad407c8a6371785af57ce2d9f9f776565534f8a
2   "name": "SwiftDependencyInjection",
3   "version": "1.2.1",
4   "summary": "A dependency Injection Framework in Swift",
5   "description": "Have you ever struggled withe dependency injection framework in swift. Here is one, that's based on dagger. You have modules, you have injectors that provides you with the modules, you require in your code. We also did some dependency resolving in our modules. Now let's get swifty.",
6   "homepage": "https://github.com/EMart86/SwiftDependencyInjection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Martin Eberl": "eberl_ma@gmx.at"
13   },
14   "source": {
15     "git": "https://github.com/EMart86/SwiftDependencyInjection.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftDependencyInjection/Classes/**/*",
22   "pushed_with_swift_version": "3.0"