[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 6 / GLNetworking / 2.2.0 / GLNetworking.podspec.json
blob06f16c48b6dc6906cd78a8263641f3ab76defff9
2   "name": "GLNetworking",
3   "version": "2.2.0",
4   "summary": "Just Simple Networking.",
5   "description": "A simple of Networking.\n  History Version:\n    > 2.0\n      * 0 move from Github to Private GitLab Server && pod update, add response header\n      * 1 add GraphQL support\n        * 1 fix: methodName for head\n        * 2 opt: rename supJsonReq to isJsonParams , wipe warning\n      * 2 Refactoring Structure use subspecs\n\n    > 1.1\n      * 4 fix online status only invoke once, fix to invoke at check NetStatus time\n    \t* 3 fix Logic in No Net & No CacheData --> return NetFailed\n    \t* 2 remove JSONString(config.head) from  MD5 rule\n        * 1 detail with upload Request\n        * 0 add customList for cache\n    > 0.2\n        * 7 fix timeout not valid [bug has in 0.2.5 ~ 0.2.6]\n        * 5 add custom body format in protocal use requestJSONSerializer\n        * 4 add PUT DELETE request Method;\n        * 2 add function : download allow resume use [.supportResume(YES)] , default is NO;",
6   "homepage": "https://github.com/GL9700/GLNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GL9700": "36617161@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/GL9700/GLNetworking.git",
16     "tag": "2.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "GLNetworking/Classes/**/*.{h,m}",
25       "frameworks": "SystemConfiguration",
26       "dependencies": {
27         "AFNetworking": [
28           "3.2.0"
29         ]
30       }
31     },
32     {
33       "name": "Cache",
34       "source_files": "GLNetworking/Cache/**/*.{h,m}",
35       "dependencies": {
36         "GLNetworking/Core": [
38         ]
39       }
40     },
41     {
42       "name": "GraphQL",
43       "source_files": "GLNetworking/Classes/**/*.{h,m}",
44       "dependencies": {
45         "GLNetworking/Core": [
47         ],
48         "YYModel": [
49           "1.0.4"
50         ]
51       }
52     }
53   ]