[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 6 / RxNetwork / 1.0.2 / RxNetwork.podspec.json
blob0ee1d4fd1a338c553e6588c954f74309c7b7cad2
2   "name": "RxNetwork",
3   "version": "1.0.2",
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": "1.0.2"
16   },
17   "platforms": {
18     "ios": "10.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         "Storable": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"