[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 3 / 7 / NVRNetwork / 0.6.0 / NVRNetwork.podspec.json
blob6f731a514e571466f3666aa0a579ae997258105d
2   "name": "NVRNetwork",
3   "version": "0.6.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.6.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-ObjectMapper/RxSwift": [
29         ]
30       }
31     },
32     {
33       "name": "Cacheable",
34       "source_files": "NVRNetwork/Classes/Cacheable",
35       "dependencies": {
36         "NVRNetwork/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Cache",
43       "source_files": "NVRNetwork/Classes/Cache",
44       "dependencies": {
45         "NVRNetwork/Cacheable": [
47         ],
48         "Cache": [
50         ]
51       }
52     }
53   ]