[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / 6 / HHPGNetWork / 0.1.7 / HHPGNetWork.podspec.json
blob916d723e2946a9ff0cf5e44a5ee08ea715575b93
2   "name": "HHPGNetWork",
3   "version": "0.1.7",
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.1.7"
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   ]