[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 6 / f / SwiftDependencyInjection / 1.1.0 / SwiftDependencyInjection.podspec.json
blob98f4b029dd1d95b0d992341fff9a08126b88b79f
2   "name": "SwiftDependencyInjection",
3   "version": "1.1.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     "eberl_ma@gmx.at": "martin.eberl@styria.com"
13   },
14   "source": {
15     "git": "https://github.com/EMart86/SwiftDependencyInjection.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftDependencyInjection/Classes/**/*",
22   "pushed_with_swift_version": "3.0"