[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / 8 / 6 / GLNetworking / 2.5.0 / GLNetworking.podspec.json
blobf58928006cbacf420a33c7faabc02c65c41a4208
2   "name": "GLNetworking",
3   "version": "2.5.0",
4   "summary": "Just Simple Networking .by liguoliang.",
5   "description": "A simple of Networking.\n  History Version:\n    * 2.5.0\n        feat: 增加拦截的功能。现在可以拦截失败的请求,进行统一处理\n    * 2.4.0\n        move to github and public\n    * 2.2.0\n        Refactoring Structure use subspecs\n    * 2.1.1\n        fix: methodName for head\n        opt: rename supJsonReq to isJsonParams , wipe warning\n    * 2.1.0\n        add GraphQL support\n    * 2.0.0\n        move from Github to Private GitLab Server && pod update, add response header\n    * 1.1.4\n        fix online status only invoke once, fix to invoke at check NetStatus time\n    * 1.1.3\n        fix Logic in No Net & No CacheData --> return NetFailed\n    * 1.1.2\n        remove JSONString(config.head) from  MD5 rule\n    * 1.1.1\n        detail with upload Request\n    * 1.1.0\n        add customList for cache",
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": "2.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "GLNetworking/Classes/Core/**/*.{h,m}",
25       "frameworks": "SystemConfiguration",
26       "dependencies": {
27         "AFNetworking": [
28           "~>3.2.0"
29         ]
30       }
31     },
32     {
33       "name": "Cache",
34       "source_files": "GLNetworking/Classes/Cache/**/*.{h,m}",
35       "dependencies": {
36         "GLNetworking/Core": [
38         ]
39       }
40     },
41     {
42       "name": "GraphQL",
43       "source_files": "GLNetworking/Classes/GraphQL/**/*.{h,m}",
44       "dependencies": {
45         "GLNetworking/Core": [
47         ],
48         "YYModel": [
50         ]
51       }
52     }
53   ]