[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 7 / XWCocoa / 0.0.2 / XWCocoa.podspec.json
blobd947262ad0f6431c1cc72455f17f68e075066a4d
2   "name": "XWCocoa",
3   "version": "0.0.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.0.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         "Masonry": [
34         ]
35       }
36     },
37     {
38       "name": "Manager",
39       "source_files": "XWCocoa/Classes/Manager/**/*.{h,m}",
40       "public_header_files": "XWCocoa/Classes/Manager/**/*.h",
41       "frameworks": "UIKit",
42       "dependencies": {
43         "JLRoutes": [
45         ]
46       }
47     },
48     {
49       "name": "Utility",
50       "source_files": "XWCocoa/Classes/Utility/**/*.{h,m}",
51       "public_header_files": "XWCocoa/Classes/Utility/**/*.h",
52       "frameworks": "UIKit",
53       "dependencies": {
54         "IGListKit": [
56         ]
57       }
58     }
59   ]