blob: 42e1984d6618ed6c02c55eff3de2dda57077c701 [file] [log] [blame]
{
"name": "GLNetworking",
"version": "0.2.7",
"summary": "Just Networking.",
"description": "A simple of Networking.\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": "0.2.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GLNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}