[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / b / ZHJKit / 0.0.2 / ZHJKit.podspec.json
blob25886c36f59d3091e4ce6456f09ee438f0b69278
2   "name": "ZHJKit",
3   "version": "0.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An iOS development Kit.",
9   "homepage": "https://github.com/HuajingZeng/ZHJKit",
10   "authors": {
11     "Kevin Zeng": "503132987@qq.com"
12   },
13   "social_media_url": "http://huajingzeng.com",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/HuajingZeng/ZHJKit.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "ZHJKit/ZHJKit.h",
22   "public_header_files": "ZHJKit/ZHJKit.h",
23   "requires_arc": true,
24   "frameworks": "UIKit",
25   "subspecs": [
26     {
27       "name": "Category",
28       "public_header_files": "ZHJKit/Category/*.h",
29       "source_files": "ZHJKit/Category/*.{h,m}"
30     },
31     {
32       "name": "Marco",
33       "public_header_files": "ZHJKit/Marco/*.h",
34       "source_files": "ZHJKit/Marco/*.{h,m}"
35     },
36     {
37       "name": "UI",
38       "dependencies": {
39         "ZHJKit/Marco": [
41         ],
42         "ZHJKit/Category": [
44         ],
45         "ZHJKit/Utility": [
47         ]
48       },
49       "public_header_files": "ZHJKit/UI/*.h",
50       "source_files": "ZHJKit/UI/*.{h,m}"
51     },
52     {
53       "name": "Utility",
54       "dependencies": {
55         "ZHJKit/Marco": [
57         ]
58       },
59       "public_header_files": "ZHJKit/Utility/*.h",
60       "source_files": "ZHJKit/Utility/*.{h,m}"
61     }
62   ]