[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 5 / GYKit / 1.6.0 / GYKit.podspec.json
blob5bb5069b21e4f779509297e8d25c1952ac683e4a
2   "name": "GYKit",
3   "version": "1.6.0",
4   "summary": "Only use in GY_iOS Project.",
5   "homepage": "http://www.gyist.com",
6   "license": "MIT",
7   "authors": {
8     "zhangqy": "zhangqy@gyist.com"
9   },
10   "source": {
11     "git": "http://git.gyist.com/ios/GYKit.git",
12     "tag": "1.6.0",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/GYKit.h",
20   "source_files": "Pod/GYKit.h",
21   "frameworks": "UIKit",
22   "resources": "Pod/**/*.{png,xib,nib}",
23   "subspecs": [
24     {
25       "name": "Category",
26       "source_files": "Pod/Category/**/*.{h,m}",
27       "public_header_files": "Pod/Category/**/*.{h}",
28       "dependencies": {
29         "GYKit/Network": [
31         ],
32         "JSONModel": [
34         ]
35       }
36     },
37     {
38       "name": "Network",
39       "source_files": "Pod/Network/**/*.{h,m}",
40       "public_header_files": "Pod/Network/**/*.{h}",
41       "dependencies": {
42         "AFNetworking": [
44         ],
45         "GYKit/Log": [
47         ]
48       }
49     },
50     {
51       "name": "Runtime",
52       "source_files": "Pod/Runtime/**/*.{h,m}",
53       "public_header_files": "Pod/Runtime/**/*.{h}",
54       "dependencies": {
55         "Aspects": [
57         ],
58         "GYKit/Log": [
60         ]
61       }
62     },
63     {
64       "name": "Log",
65       "source_files": "Pod/Log/**/*.{h,m}",
66       "public_header_files": "Pod/Log/**/*.{h}",
67       "dependencies": {
68         "CocoaLumberjack": [
69           "~>1.9.2"
70         ]
71       }
72     },
73     {
74       "name": "UI",
75       "source_files": "Pod/UI/**/*.{h,m}",
76       "public_header_files": "Pod/UI/**/*.{h}"
77     }
78   ]