[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 5 / GYKit / 1.0.5 / GYKit.podspec.json
blob38a3acd94580c039ec8399281c17bb5d341b3b8c
2   "name": "GYKit",
3   "version": "1.0.5",
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.0.5",
13     "submodules": true
14   },
15   "prefix_header_contents": "",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "Pod/Classes/GYKit.h",
21   "source_files": "Pod/Classes/GYKit.h",
22   "resource_bundles": {
23     "GYKit": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ],
32     "JSONModel": [
33       "~> 1.2.0"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Category",
39       "source_files": "Pod/Classes/Category/**/*",
40       "public_header_files": "Pod/Classes/Category/**/*.{h}",
41       "dependencies": {
42         "GYKit/Network": [
44         ]
45       }
46     },
47     {
48       "name": "Network",
49       "source_files": "Pod/Classes/Network/**/*",
50       "public_header_files": "Pod/Classes/Network/**/*.{h}"
51     }
52   ]