[Add] MainPush 1.0.4
[CocoaPods.git] / Specs / 4 / 0 / 1 / Ghost / 1.4.0 / Ghost.podspec.json
blob94d4b5266f5d094a2eac3226a34ca0f86f7c1999
2   "name": "Ghost",
3   "version": "1.4.0",
4   "summary": "Versatile HTTP networking framework written in Swift.",
5   "homepage": "https://github.com/Meniny/Ghost",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Elias Abel": "admin@meniny.cn"
12   },
13   "source": {
14     "git": "https://github.com/Meniny/Ghost.git",
15     "tag": "1.4.0"
16   },
17   "social_media_url": "https://meniny.cn",
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "frameworks": "Foundation",
26   "module_name": "Ghost",
27   "default_subspecs": [
28     "Core",
29     "URLSession",
30     "Hunter"
31   ],
32   "deprecated": true,
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Ghost/Core/*.{h,swift}"
37     },
38     {
39       "name": "URLSession",
40       "dependencies": {
41         "Ghost/Core": [
43         ]
44       },
45       "source_files": "Ghost/URLSession/*.{h,swift}"
46     },
47     {
48       "name": "Hunter",
49       "dependencies": {
50         "Ghost/Core": [
52         ],
53         "Ghost/URLSession": [
55         ]
56       },
57       "source_files": "Ghost/Hunter/*.{h,swift}"
58     }
59   ]