[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 0 / Pure / 1.1.4 / Pure.podspec.json
blobe15a46aa55b8c3231d70d765a56ccdaa599fabf6
2   "name": "Pure",
3   "version": "1.1.4",
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.4"
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   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Pure/**/*.{swift,h,m}"
29     },
30     {
31       "name": "Stub",
32       "source_files": "Sources/PureStub/**/*.{swift,h,m}",
33       "dependencies": {
34         "Pure/Core": [
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.0"