[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 5 / GYKit / 1.7.6 / GYKit.podspec.json
blob556c4e2a9bc2f85728bcd586cf45d062d7e3921e
2   "name": "GYKit",
3   "version": "1.7.6",
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.7.6",
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   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "Pod/Category/**/*.{h,m}",
26       "public_header_files": "Pod/Category/**/*.{h}",
27       "dependencies": {
28         "GYKit/Network": [
30         ],
31         "JSONModel": [
33         ]
34       }
35     },
36     {
37       "name": "Network",
38       "source_files": "Pod/Network/**/*.{h,m}",
39       "public_header_files": "Pod/Network/**/*.{h}",
40       "dependencies": {
41         "AFNetworking": [
43         ],
44         "GYKit/Log": [
46         ]
47       }
48     },
49     {
50       "name": "Runtime",
51       "source_files": "Pod/Runtime/**/*.{h,m}",
52       "public_header_files": "Pod/Runtime/**/*.{h}",
53       "dependencies": {
54         "Aspects": [
56         ],
57         "GYKit/Log": [
59         ]
60       }
61     },
62     {
63       "name": "Log",
64       "source_files": "Pod/Log/**/*.{h,m}",
65       "public_header_files": "Pod/Log/**/*.{h}",
66       "dependencies": {
67         "CocoaLumberjack": [
68           "~>1.9.2"
69         ]
70       }
71     },
72     {
73       "name": "UI",
74       "source_files": "Pod/UI/**/*.{h,m}",
75       "public_header_files": "Pod/UI/**/*.{h}",
76       "resources": "Pod/UI/**/*.{png,xib,nib}",
77       "dependencies": {
78         "SDWebImage": [
80         ],
81         "MWPhotoBrowser": [
83         ]
84       }
85     }
86   ]