[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 0 / Pure / 1.1.1 / Pure.podspec.json
blob4e88fb1c0156eb4eb53de2828d88520f4c6d1455
2   "name": "Pure",
3   "version": "1.1.1",
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.1.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": "Core",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Pure/**/*.{swift,h,m}"
30     },
31     {
32       "name": "Stub",
33       "source_files": "Sources/PureStub/**/*.{swift,h,m}",
34       "dependencies": {
35         "Pure/Core": [
37         ]
38       }
39     }
40   ]