[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 6 / 5 / MoyaNetworkClient / 0.5.1 / MoyaNetworkClient.podspec.json
blob5da94bf8980c8c66a4302481b488082094002d5b
2   "name": "MoyaNetworkClient",
3   "version": "0.5.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": "0.5.1"
17   },
18   "swift_versions": "5.0",
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "MoyaNetworkClient/Classes/Core/**/*",
28       "dependencies": {
29         "Moya": [
31         ]
32       }
33     },
34     {
35       "name": "Cache",
36       "source_files": "MoyaNetworkClient/Classes/Cache/**/*",
37       "dependencies": {
38         "MoyaNetworkClient/Core": [
40         ],
41         "Cache": [
43         ]
44       }
45     },
46     {
47       "name": "Future",
48       "source_files": "MoyaNetworkClient/Classes/Future/**/*",
49       "dependencies": {
50         "MoyaNetworkClient/Core": [
52         ]
53       }
54     }
55   ]