[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / d / 3 / 0 / Pure / 1.0.0 / Pure.podspec.json
blob723b72b596082f9e60243aef4979876a7484933a
2   "name": "Pure",
3   "version": "1.0.0",
4   "summary": "Pure DI for Swift",
5   "homepage": "https://github.com/devxoul/Pure",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/Pure.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Pure/**/*.{swift,h,m}"
28     },
29     {
30       "name": "Stub",
31       "source_files": "Sources/PureStub/**/*.{swift,h,m}",
32       "dependencies": {
33         "Pure/Core": [
35         ]
36       }
37     }
38   ]