[Add] AdisonOfferwallSDK 3.9.6
[CocoaPods.git] / Specs / 1 / 6 / f / SwiftDependencyInjection / 1.2.0 / SwiftDependencyInjection.podspec.json
blobadb490d66dd287bf77fc204f00a7d2880cf4bec8
2   "name": "SwiftDependencyInjection",
3   "version": "1.2.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftDependencyInjection/Classes/**/*",
22   "pushed_with_swift_version": "3.0"