[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 5 / GYKit / 1.8.9 / GYKit.podspec.json
blobff2864ea706baf250c56d4c8511669c05faa42d9
2   "name": "GYKit",
3   "version": "1.8.9",
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.8.9",
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       }
45     },
46     {
47       "name": "Runtime",
48       "source_files": "Pod/Runtime/**/*.{h,m}",
49       "public_header_files": "Pod/Runtime/**/*.{h}",
50       "dependencies": {
51         "Aspects": [
53         ]
54       }
55     },
56     {
57       "name": "UI",
58       "source_files": "Pod/UI/**/*.{h,m}",
59       "public_header_files": "Pod/UI/**/*.{h}",
60       "resources": "Pod/UI/**/*.{png,xib,nib}",
61       "dependencies": {
62         "SDWebImage": [
64         ],
65         "MWPhotoBrowser": [
67         ]
68       }
69     }
70   ]