[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 3 / 7 / NVRNetwork / 0.5.0 / NVRNetwork.podspec.json
blob54b2f66a82707e09c866ad69b1e121320fdee510
2   "name": "NVRNetwork",
3   "version": "0.5.0",
4   "summary": "北谷网络封装.",
5   "homepage": "http://192.168.8.232/iOS_Moudle_Kit/NVRNetWork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ZY": "776210576@qq.com"
12   },
13   "source": {
14     "git": "http://192.168.8.232/iOS_Moudle_Kit/NVRNetWork.git",
15     "tag": "0.5.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_version": "4.2",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "NVRNetwork/Classes/Core",
26       "dependencies": {
27         "Moya/RxSwift": [
29         ],
30         "Moya-ObjectMapper/RxSwift": [
32         ]
33       }
34     },
35     {
36       "name": "Cacheable",
37       "source_files": "NVRNetwork/Classes/Cacheable",
38       "dependencies": {
39         "NVRNetwork/Core": [
41         ]
42       }
43     },
44     {
45       "name": "Cache",
46       "source_files": "NVRNetwork/Classes/Cache",
47       "dependencies": {
48         "NVRNetwork/Cacheable": [
50         ],
51         "Cache": [
53         ]
54       }
55     }
56   ]