[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 9 / 7 / XWCocoa / 0.0.6 / XWCocoa.podspec.json
blob53368b84b1356f9025d98b9f95ea9767280133bd
2   "name": "XWCocoa",
3   "version": "0.0.6",
4   "summary": "一个简单的Kit框架。",
5   "description": "收集了 在开发中常用的工具类,在这里做统一管理 让以后的使用更加方便。",
6   "homepage": "https://gitee.com/wangzhenzy/XWCocoa",
7   "license": "MIT",
8   "authors": {
9     "wangzhen": "wangzhenzy@outlook.com"
10   },
11   "source": {
12     "git": "https://gitee.com/wangzhenzy/XWCocoa.git",
13     "tag": "0.0.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Category",
22       "source_files": "XWCocoa/Classes/Categories/**/*.{h,m}",
23       "public_header_files": "XWCocoa/Classes/Categories/**/*.h",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "Views",
28       "source_files": "XWCocoa/Classes/Views/**/*.{h,m}",
29       "public_header_files": "XWCocoa/Classes/Views/**/*.h",
30       "frameworks": "UIKit",
31       "dependencies": {
32         "Masonry": [
34         ],
35         "QMUIKit": [
37         ]
38       }
39     },
40     {
41       "name": "Manager",
42       "source_files": "XWCocoa/Classes/Manager/**/*.{h,m}",
43       "public_header_files": "XWCocoa/Classes/Manager/**/*.h",
44       "frameworks": "UIKit",
45       "dependencies": {
46         "JLRoutes": [
48         ],
49         "FMDB": [
51         ],
52         "Masonry": [
54         ]
55       }
56     },
57     {
58       "name": "Utility",
59       "source_files": "XWCocoa/Classes/Utility/**/*.{h,m}",
60       "public_header_files": "XWCocoa/Classes/Utility/**/*.h",
61       "frameworks": "UIKit",
62       "dependencies": {
63         "IGListKit": [
65         ]
66       }
67     },
68     {
69       "name": "QMUICommon",
70       "source_files": "XWCocoa/Classes/QMUICommon/**/*.{h,m}",
71       "public_header_files": "XWCocoa/Classes/QMUICommon/**/*.h",
72       "frameworks": "UIKit",
73       "dependencies": {
74         "QMUIKit": [
76         ]
77       }
78     }
79   ]