blob: d7f6fd175d162591930efbe472292c6bef8f3515 [file] [log] [blame]
{
"name": "GLNetworking",
"version": "1.1.0",
"summary": "Just Networking.",
"description": "A simple of Networking.\n 1.1.0 for cache\n 0.2.2 add function : download allow resume use [.supportResume(YES)] , default is NO;\n 0.2.4 add PUT DELETE request Method;\n 0.2.5 add custom body format in protocal use requestJSONSerializer\n 0.2.7 fix timeout not valid [bug has in 0.2.5 ~ 0.2.6]",
"homepage": "https://github.com/GL9700/GLNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liguoliang": "36617161@qq.com"
},
"source": {
"git": "https://github.com/GL9700/GLNetworking.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GLNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"3.2.1"
]
}
}