[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 6 / RxNetwork / 0.8.0 / RxNetwork.podspec.json
blob498e98f6b1b0d457f0399b5b2e50b84d52cb4fc6
2   "name": "RxNetwork",
3   "version": "0.8.0",
4   "summary": "A swift network library.",
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.8.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "swift_version": "4.0",
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": "Cache",
35       "source_files": "RxNetwork/Classes/Cache",
36       "dependencies": {
37         "RxNetwork/Core": [
39         ],
40         "Cache": [
42         ]
43       }
44     }
45   ]