[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 0 / 9 / 7 / XWCocoa / 0.1.2 / XWCocoa.podspec.json
blobcf00e2eed3140998c503c0723ad5e121a1dad75e
2   "name": "XWCocoa",
3   "version": "0.1.2",
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.1.2"
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         "XWCocoa/Category": [
34         ],
35         "Masonry": [
37         ],
38         "QMUIKit": [
40         ]
41       }
42     },
43     {
44       "name": "Manager",
45       "source_files": "XWCocoa/Classes/Manager/**/*.{h,m}",
46       "public_header_files": "XWCocoa/Classes/Manager/**/*.h",
47       "frameworks": "StoreKit",
48       "dependencies": {
49         "JLRoutes": [
51         ],
52         "FMDB": [
54         ],
55         "Masonry": [
57         ],
58         "YYDispatchQueuePool": [
60         ]
61       }
62     },
63     {
64       "name": "Utility",
65       "source_files": "XWCocoa/Classes/Utility/**/*.{h,m}",
66       "public_header_files": "XWCocoa/Classes/Utility/**/*.h",
67       "frameworks": "UIKit",
68       "dependencies": {
69         "IGListKit": [
71         ],
72         "RealReachability": [
74         ]
75       }
76     },
77     {
78       "name": "QMUICommon",
79       "source_files": "XWCocoa/Classes/QMUICommon/**/*.{h,m}",
80       "public_header_files": "XWCocoa/Classes/QMUICommon/**/*.h",
81       "frameworks": "UIKit",
82       "dependencies": {
83         "QMUIKit": [
85         ]
86       }
87     },
88     {
89       "name": "XWNetWork",
90       "source_files": "XWCocoa/Classes/XWNetWork/**/*.{h,m}",
91       "public_header_files": "XWCocoa/Classes/XWNetWork/**/*.h",
92       "frameworks": "UIKit",
93       "dependencies": {
94         "YTKNetwork": [
96         ],
97         "SVProgressHUD": [
99         ]
100       }
101     }
102   ]