[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 6 / GLNetworking / 0.2.6 / GLNetworking.podspec.json
blob6e4e25719daa9cd398011725de4a4f8198a079bb
2   "name": "GLNetworking",
3   "version": "0.2.6",
4   "summary": "Just Networking.",
5   "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",
6   "homepage": "https://github.com/GL9700/GLNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liguoliang": "36617161@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/GL9700/GLNetworking.git",
16     "tag": "0.2.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GLNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ]
26   }