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