[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / 6 / HHPGNetWork / 0.2.2 / HHPGNetWork.podspec.json
blobc75b460ce0a4b53e1d101a45d7cd1ebc0b74980a
2   "name": "HHPGNetWork",
3   "version": "0.2.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "dependencies": {
23     "RxCocoa": [
25     ],
26     "HandyJSON": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "dependencies": {
34         "Moya": [
36         ]
37       },
38       "source_files": "HHPGNetWork/Classes/Core/**/*"
39     },
40     {
41       "name": "Rx",
42       "dependencies": {
43         "HHPGNetWork/Core": [
45         ],
46         "Moya/RxSwift": [
48         ]
49       },
50       "source_files": "HHPGNetWork/Classes/Rx/**/*"
51     }
52   ],
53   "swift_version": "5.1"