[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 1 / 8 / inject / 1.0.3 / inject.podspec.json
blob25ae24d0c58d8fbe267a003b98fa9de15ee905e8
2   "name": "inject",
3   "version": "1.0.3",
4   "summary": "iOS: Swift dependency injection container",
5   "description": "Swift dependency injection container picking up te basic spring ideas",
6   "homepage": "https://github.com/coolsamson7/inject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "coolsamson7",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/coolsamson7/inject.git",
20     "tag": "1.0.3"
21   },
22   "source_files": "inject/**/*.{h,swift}",
23   "frameworks": "Foundation",
24   "requires_arc": true