[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / 8 / 6 / GLNetworking / 2.5.2 / GLNetworking.podspec.json
blobd8043c75f664ca827b1b014299cefc6d76e6d814
2   "name": "GLNetworking",
3   "version": "2.5.2",
4   "summary": "基于AFN3封装,采用链式方式,极大的增强了易用性和便捷性;并引入了请求优先级策略,优化输出",
5   "description": "基于AFN3封装,采用链式方式,极大的增强了易用性和便捷性;并引入了请求优先级策略,优化输出",
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.2"
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": [
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   ]