[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 3 / 5 / GYKit / 1.5.7 / GYKit.podspec.json
blobf7e037f562c9372bdf72945e2c1e20c299f9820e
2   "name": "GYKit",
3   "version": "1.5.7",
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.5.7",
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": [
35       "~>1.9.2"
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       "dependencies": {
57         "GYKit/Log": [
59         ]
60       }
61     },
62     {
63       "name": "Runtime",
64       "source_files": "Pod/Classes/Runtime/**/*",
65       "public_header_files": "Pod/Classes/Runtime/**/*.{h}",
66       "dependencies": {
67         "GYKit/Log": [
69         ]
70       }
71     },
72     {
73       "name": "Log",
74       "source_files": "Pod/Classes/Log/**/*",
75       "public_header_files": "Pod/Classes/Log/**/*.{h}"
76     }
77   ]