[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 6 / RxNetwork / 0.9.0 / RxNetwork.podspec.json
blobf3aef036f08fbbbe708f22a5a3577e404b65a51a
2   "name": "RxNetwork",
3   "version": "0.9.0",
4   "summary": "A swift network library based on Moya/RxSwift/Cache.",
5   "homepage": "https://github.com/Pircate/RxNetwork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pircate": "gao497868860@163.com"
12   },
13   "source": {
14     "git": "https://github.com/Pircate/RxNetwork.git",
15     "tag": "0.9.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "swift_version": "4.2",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "RxNetwork/Classes/Core",
27       "dependencies": {
28         "Moya/RxSwift": [
30         ]
31       }
32     },
33     {
34       "name": "Cacheable",
35       "source_files": "RxNetwork/Classes/Cacheable",
36       "dependencies": {
37         "RxNetwork/Core": [
39         ]
40       }
41     },
42     {
43       "name": "Cache",
44       "source_files": "RxNetwork/Classes/Cache",
45       "dependencies": {
46         "RxNetwork/Cacheable": [
48         ],
49         "Cache": [
51         ]
52       }
53     }
54   ]