blob: 0a3ae2bdcf13a466e034ac79a614f075750c8df7 [file] [log] [blame]
{
"name": "GLNetworking",
"version": "2.1.1",
"summary": "Just Networking.",
"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\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;",
"homepage": "http://gitlab.wdcloud.cc:10080/iosbase/GLNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liguoliang": "guoliang@51jianjiao.com"
},
"source": {
"git": "http://gitlab.wdcloud.cc:10080/iosbase/GLNetworking.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GLNetworking/Classes/**/*",
"frameworks": "SystemConfiguration",
"dependencies": {
"AFNetworking": [
"3.2.0"
],
"YYModel": [
"1.0.4"
]
}
}