[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 6 / GLNetworking / 2.5.1 / GLNetworking.podspec.json
blob0d9a7289fc58ffa00152090f748b85901c56c661
2   "name": "GLNetworking",
3   "version": "2.5.1",
4   "summary": "Just Simple Networking .by liguoliang.",
5   "description": "A simple of Networking. by liguoliang 36617161@qq.com",
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.1"
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   ]