[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / 6 / GLNetworking / 1.1.1 / GLNetworking.podspec.json
blob7e49f5d1e838f301f5d074d0a659292ad405361f
2   "name": "GLNetworking",
3   "version": "1.1.1",
4   "summary": "Just Networking.",
5   "description": "A simple of Networking.\n  History Version:\n    > 1.1\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     "liguoliang": "36617161@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/GL9700/GLNetworking.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GLNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "3.2.1"
25     ]
26   }