[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 1 / SwiftInjector / 0.4 / SwiftInjector.podspec.json
blob35f9aad25b527f5f5a8830f8139f2ea4c4e92a1c
2   "name": "SwiftInjector",
3   "version": "0.4",
4   "summary": "Naive dependancy injection for Swift",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.md"
8   },
9   "authors": {
10     "Sash Zats": "sash@zats.io"
11   },
12   "social_media_url": "http://twitter.com/zats",
13   "homepage": "https://github.com/zats/Injector",
14   "source": {
15     "git": "https://github.com/zats/Injector.git",
16     "tag": "0.4"
17   },
18   "module_name": "Injector",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "source_files": "Sources/**/*.{swift,h}"