[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 5 / GYKit / 1.2.6 / GYKit.podspec.json
blob310b93df13c6db256437c368c7b4495ef71ea3e0
2   "name": "GYKit",
3   "version": "1.2.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.2.6",
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     "CocoaLumberjack": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Category",
41       "source_files": "Pod/Classes/Category/**/*",
42       "public_header_files": "Pod/Classes/Category/**/*.{h}",
43       "dependencies": {
44         "GYKit/Network": [
46         ]
47       }
48     },
49     {
50       "name": "Network",
51       "source_files": "Pod/Classes/Network/**/*",
52       "public_header_files": "Pod/Classes/Network/**/*.{h}"
53     }
54   ]