[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / b / 6 / RxNetwork / 0.10.0 / RxNetwork.podspec.json
blob55229302548eb7cffe70a235effca6b5aae27569
2   "name": "RxNetwork",
3   "version": "0.10.0",
4   "summary": "A swift network library based on Moya/RxSwift.",
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.10.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.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": "Cacheable",
35       "source_files": "RxNetwork/Classes/Cacheable",
36       "dependencies": {
37         "RxNetwork/Core": [
39         ]
40       }
41     }
42   ]