[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 1 / 8 / inject / 1.0.1 / inject.podspec.json
blob299d259da7cb3b0c97a1f2706379ffdb399d2a01
2   "name": "inject",
3   "version": "1.0.1",
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   },
15   "source": {
16     "git": "https://github.com/coolsamson7/inject.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "inject/**/*.{h,swift}",
20   "frameworks": "Foundation",
21   "requires_arc": true