[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / a / f / 6 / HHPGNetWork / 0.2.0 / HHPGNetWork.podspec.json
bloba9f7a277291ce8d424a383a33f9b6446893d8a63
2   "name": "HHPGNetWork",
3   "version": "0.2.0",
4   "summary": "RxSwift & Alamofire 网络库",
5   "description": "TODO: RxSwift封装络请求封, 包含了网络请求,数据解析.",
6   "homepage": "https://github.com/manfengjun/HHPGNetWork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "manfengjun": "chinafengjun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/manfengjun/HHPGNetWork.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "dependencies": {
22     "RxCocoa": [
24     ],
25     "HandyJSON": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "Moya": [
35         ]
36       },
37       "source_files": "HHPGNetWork/Classes/Core/**/*"
38     },
39     {
40       "name": "Rx",
41       "dependencies": {
42         "HHPGNetWork/Core": [
44         ],
45         "Moya/RxSwift": [
47         ]
48       },
49       "source_files": "HHPGNetWork/Classes/Rx/**/*"
50     }
51   ]