[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 5 / 0 / Injectable / 1.0 / Injectable.podspec.json
blob736e877270930fd79496d4534dfa9e9aa2a02e4a
2   "name": "Injectable",
3   "version": "1.0",
4   "summary": "Swift Dependency Injection",
5   "description": "Dependency Injection.\nThe dependency injection pattern leads to code that's modular and testable, and Guice makes it easy to write\nhttps://github.com/google/guice/wiki/Motivation",
6   "homepage": "https://github.com/1amageek/Injectable",
7   "license": {
8     "type": "MIT",
9     "file": "./LICENSE"
10   },
11   "authors": {
12     "1amageek": "tmy0x3@icloud.com"
13   },
14   "social_media_url": "http://twitter.com/1amageek",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "3.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/1amageek/Injectable.git",
23     "tag": "1.0"
24   },
25   "source_files": "Injectable/**/*.swift",
26   "pushed_with_swift_version": "4.0"