[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 3 / 5 / GYKit / 1.2.10 / GYKit.podspec.json
blob542a44d314a729858bfda47d7cb0bb6ce24fd316
2   "name": "GYKit",
3   "version": "1.2.10",
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.10",
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     "Aspects": [
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "Category",
44       "source_files": "Pod/Classes/Category/**/*",
45       "public_header_files": "Pod/Classes/Category/**/*.{h}",
46       "dependencies": {
47         "GYKit/Network": [
49         ]
50       }
51     },
52     {
53       "name": "Network",
54       "source_files": "Pod/Classes/Network/**/*",
55       "public_header_files": "Pod/Classes/Network/**/*.{h}"
56     },
57     {
58       "name": "Runtime",
59       "source_files": "Pod/Classes/Runtime/**/*",
60       "public_header_files": "Pod/Classes/Runtime/**/*.{h}"
61     }
62   ]