[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / b / 6 / RxNetwork / 0.11.0-beta / RxNetwork.podspec.json
blob7a4304ebfacbdb3dc298869ec33c18dc7502ab3c
2   "name": "RxNetwork",
3   "version": "0.11.0-beta",
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.11.0-beta"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "RxNetwork/Classes/Core",
28       "dependencies": {
29         "Moya/RxSwift": [
30           "14.0.0-alpha.1"
31         ]
32       }
33     },
34     {
35       "name": "Cacheable",
36       "source_files": "RxNetwork/Classes/Cacheable",
37       "dependencies": {
38         "RxNetwork/Core": [
40         ]
41       }
42     }
43   ]