[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 0 / 8 / WDYNetworking / 1.2.1 / WDYNetworking.podspec.json
blobbf445e47eb28b51e5f54c6d3b319c079403eefc4
2   "name": "WDYNetworking",
3   "version": "1.2.1",
4   "summary": "A short description of WDYNetworking.",
5   "description": "#### 1.2.1\n    * fix: Issues in 1.2.0\n\n#### 1.2.0\n    * fix: 地址使用GET的时候path无法加入的BUG。\n    * opt: Potocol 使用方法, 不再使用变量。\n        \n#### 1.0.1\n    * fix: 地址在进行转换的时候发生的双斜杠变单斜杠问题。",
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": "1.2.1"
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   ]