[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 9 / 7 / XWCocoa / 0.0.7 / XWCocoa.podspec.json
blobfb3095eaee212ab7f20a0fa625025292ed02577e
2   "name": "XWCocoa",
3   "version": "0.0.7",
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.7"
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       "dependencies": {
26         "Realm": [
28         ]
29       }
30     },
31     {
32       "name": "Views",
33       "source_files": "XWCocoa/Classes/Views/**/*.{h,m}",
34       "public_header_files": "XWCocoa/Classes/Views/**/*.h",
35       "frameworks": "UIKit",
36       "dependencies": {
37         "Masonry": [
39         ],
40         "QMUIKit": [
42         ]
43       }
44     },
45     {
46       "name": "Manager",
47       "source_files": "XWCocoa/Classes/Manager/**/*.{h,m}",
48       "public_header_files": "XWCocoa/Classes/Manager/**/*.h",
49       "frameworks": "StoreKit",
50       "dependencies": {
51         "JLRoutes": [
53         ],
54         "FMDB": [
56         ],
57         "Masonry": [
59         ],
60         "YYDispatchQueuePool": [
62         ]
63       }
64     },
65     {
66       "name": "Utility",
67       "source_files": "XWCocoa/Classes/Utility/**/*.{h,m}",
68       "public_header_files": "XWCocoa/Classes/Utility/**/*.h",
69       "frameworks": "UIKit",
70       "dependencies": {
71         "IGListKit": [
73         ],
74         "RealReachability": [
76         ]
77       }
78     },
79     {
80       "name": "QMUICommon",
81       "source_files": "XWCocoa/Classes/QMUICommon/**/*.{h,m}",
82       "public_header_files": "XWCocoa/Classes/QMUICommon/**/*.h",
83       "frameworks": "UIKit",
84       "dependencies": {
85         "QMUIKit": [
87         ]
88       }
89     }
90   ]