[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / 6 / HHPGNetWork / 0.1.1 / HHPGNetWork.podspec.json
blob1ac5d827ca711c6cd9807b584f18f99f0daf0af4
2   "name": "HHPGNetWork",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "HandyJSON": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "Moya": [
32         ]
33       },
34       "source_files": "HHPGNetWork/Classes/Core/**/*"
35     },
36     {
37       "name": "Rx",
38       "dependencies": {
39         "HHPGNetWork/Core": [
41         ],
42         "Moya/RxSwift": [
44         ]
45       },
46       "source_files": "HHPGNetWork/Classes/Rx/**/*"
47     }
48   ]