[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / b / StarHttp / 3.0.3 / StarHttp.podspec.json
blobc0b9c71fdbecde85104c8218c55b257e7dd7f55a
2   "name": "StarHttp",
3   "version": "3.0.3",
4   "license": "BSD-3-Clause",
5   "summary": "Base Tech Lib",
6   "homepage": "https://m.startimestv.com/",
7   "authors": {
8     "StarTimes, Inc.": "zhihui.zhao@foxmail.com"
9   },
10   "source": {
11     "git": "http://10.0.250.70:8088/startimesapp/StarHttp.git",
12     "tag": "3.0.3"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "default_subspecs": [
18     "FlooNetwork",
19     "FlooDataDeserializer"
20   ],
21   "subspecs": [
22     {
23       "name": "FlooNetwork",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "ios": {
28         "source_files": "FlooNetwork/*.swift"
29       },
30       "frameworks": "Foundation",
31       "dependencies": {
32         "StarHttp/Moya": [
34         ],
35         "YYCache": [
37         ]
38       }
39     },
40     {
41       "name": "HandJSON",
42       "source_files": "HandJSON/**/*.swift",
43       "frameworks": "Foundation"
44     },
45     {
46       "name": "FlooDataDeserializer",
47       "source_files": "JSONDataDeserializer/*.swift",
48       "dependencies": {
49         "StarHttp/HandJSON": [
51         ],
52         "StarHttp/FlooNetwork": [
54         ]
55       }
56     },
57     {
58       "name": "Moya",
59       "source_files": [
60         "Moya/",
61         "Moya/Plugins/"
62       ],
63       "dependencies": {
64         "Alamofire": [
65           "~> 4.1"
66         ],
67         "Result": [
68           "~> 3.0"
69         ]
70       },
71       "frameworks": "Foundation"
72     },
73     {
74       "name": "RxMoya",
75       "source_files": "RxMoya/",
76       "dependencies": {
77         "StarHttp/Moya": [
79         ],
80         "RxSwift": [
81           "~> 4.0"
82         ]
83       }
84     }
85   ]