[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / 8 / WDYNetworking / 0.1.0 / WDYNetworking.podspec.json
bloba587d27fcb592833be0691af467d99866a84972d
2   "name": "WDYNetworking",
3   "version": "0.1.0",
4   "summary": "A short description of WDYNetworking.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://gitlab.wdcloud.cc:10080/iosbase/WDYNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liguoliang": "ligl@wdcloud.cc"
13   },
14   "source": {
15     "git": "http://gitlab.wdcloud.cc:10080/iosbase/WDYNetworking.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "WDYNetworking/Classes/Core/*",
25       "dependencies": {
26         "AFNetworking": [
27           "3.2.0"
28         ]
29       }
30     },
31     {
32       "name": "GraphQL",
33       "source_files": "WDYNetworking/Classes/GraphQL/*",
34       "dependencies": {
35         "WDYNetworking/Core": [
37         ],
38         "YYModel": [
39           "1.0.4"
40         ]
41       }
42     },
43     {
44       "name": "Cache",
45       "source_files": "WDYNetworking/Classes/Cache/*",
46       "dependencies": {
47         "WDYNetworking/Core": [
49         ]
50       }
51     }
52   ]