[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / b / 5 / 2 / NetworkManager-Moya / 0.1.0 / NetworkManager-Moya.podspec.json
blobb6232e033a6924a1979e6b443c2658c60078d193
2   "name": "NetworkManager-Moya",
3   "version": "0.1.0",
4   "summary": "RxSwift + Moya + Cache Network request cache encapsulation",
5   "homepage": "https://github.com/WeiRuJian/NetworkManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "WeiRuJian": "824041965@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/WeiRuJian/NetworkManager.git",
15     "tag": "0.1.0"
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": "NetworkManager/Classes/Core",
27       "dependencies": {
28         "Moya/RxSwift": [
30         ]
31       }
32     },
33     {
34       "name": "Cache",
35       "source_files": "NetworkManager/Classes/Cache",
36       "dependencies": {
37         "NetworkManager-Moya/Core": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"