[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / f / 7 / JYNetworking / 1.1.1 / JYNetworking.podspec.json
blob2f19d80c460081f24d8a094367dd49e0d335f3c1
2   "name": "JYNetworking",
3   "version": "1.1.1",
4   "summary": "A short description of JYNetworking.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://gitlab.jiayuan-inc.com/iOS/JYNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xue": "xuejunting@jiayuan.com"
13   },
14   "source": {
15     "git": "git@gitlab.jiayuan-inc.com:iOS/JYNetworking.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "JYNetworking/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": "JYNetworking/Classes/Cache/**/*.{h,m}",
35       "dependencies": {
36         "JYNetworking/Core": [
38         ]
39       }
40     },
41     {
42       "name": "GraphQL",
43       "source_files": "JYNetworking/Classes/GraphQL/**/*.{h,m}",
44       "dependencies": {
45         "JYNetworking/Core": [
47         ],
48         "YYModel": [
50         ]
51       }
52     }
53   ]