[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 7 / 8 / 6 / GLNetworking / 2.9.1 / GLNetworking.podspec.json
blob8bdb6d03a9eb92bd0fc6ad5d6b0709d578a1b6b8
2   "name": "GLNetworking",
3   "version": "2.9.1",
4   "summary": "极简 & 灵活 & 稳定 & 安全的iOS Objective-C网络请求库",
5   "description": "- 极简:使用仅一行语句,即可发送网络请求。\n- 灵活:采用链式结构进行配置,且在请求前可修改已确定的任何项\n- 稳定:针对不同的网络环境做了测试,且收到的内容可进行手动修改和配置,可更改为不同形态。\n- 安全:可以在网络请求前进行参数的加密,相应的使用预设的内容也可以做相同的解密。设置不同的加解密方式",
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.9.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "GLNetworking/Classes/Core/**/*.{h,m}",
25       "frameworks": "SystemConfiguration",
26       "dependencies": {
27         "AFNetworking": [
28           ">= 4.0.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   ]