[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 5 / MoyaNetworkClient / 2.0.1 / MoyaNetworkClient.podspec.json
blob1c65650f67e361586100ebf3ba6a6a7f8ffe02a6
2   "name": "MoyaNetworkClient",
3   "version": "2.0.1",
4   "summary": "MoyaNetworkClient pod.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/BarredEwe/MoyaNetworkClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BarredEwe": "barredEwe@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BarredEwe/MoyaNetworkClient.git",
16     "tag": "2.0.1"
17   },
18   "swift_versions": "5.0",
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/MoyaNC/**/*",
27       "dependencies": {
28         "Moya": [
29           "~> 14.0"
30         ]
31       }
32     },
33     {
34       "name": "Cache",
35       "source_files": "Sources/CacheMoyaNC/**/*",
36       "dependencies": {
37         "MoyaNetworkClient/Core": [
39         ],
40         "MoyaNetworkClient/Future": [
42         ]
43       }
44     },
45     {
46       "name": "Future",
47       "source_files": "Sources/FutureMoyaNC/**/*",
48       "dependencies": {
49         "MoyaNetworkClient/Core": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.0"