[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / e / 6 / XWCategory / 0.1.1 / XWCategory.podspec.json
blobe892a5548be445bdcd03e0ee2fbaecad2218baba
2   "name": "XWCategory",
3   "version": "0.1.1",
4   "summary": "APP 开发中的常见的分类",
5   "description": "APP 开发中常用的分类,在这里做收集,方便以后的开发中直接继承就好。",
6   "homepage": "https://gitee.com/wangzhenzy/XWCategory",
7   "license": "MIT",
8   "authors": {
9     "wangzhen": "wangzhenzy@outlook.com"
10   },
11   "source": {
12     "git": "https://gitee.com/wangzhenzy/XWCategory.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "XWCUIkit",
22       "source_files": "XWCategory/Classes/UIkit/**/*.{h,m}",
23       "public_header_files": "XWCategory/Classes/UIkit/**/*.h",
24       "frameworks": [
25         "UIKit",
26         "Foundation"
27       ],
28       "dependencies": {
29         "MJRefresh": [
31         ],
32         "ReactiveObjC": [
34         ]
35       }
36     },
37     {
38       "name": "XWCFoundation",
39       "source_files": "XWCategory/Classes/Foundation/**/*.{h,m}",
40       "public_header_files": "XWCategory/Classes/Foundation/**/*.h",
41       "frameworks": [
42         "UIKit",
43         "Foundation"
44       ],
45       "dependencies": {
46         "XWCategory/XWCUIkit": [
48         ]
49       }
50     },
51     {
52       "name": "XWCCommon",
53       "source_files": "XWCategory/Classes/Common/**/*.{h, m, swift}",
54       "public_header_files": "XWCategory/Classes/Common/**/*.h",
55       "frameworks": [
56         "UIKit",
57         "Foundation"
58       ],
59       "dependencies": {
60         "DynamicColor": [
62         ]
63       }
64     },
65     {
66       "name": "XWCOthers",
67       "source_files": "XWCategory/Classes/Others/**/*.{h,m}",
68       "public_header_files": "XWCategory/Classes/Others/**/*.h",
69       "frameworks": [
70         "UIKit",
71         "Foundation"
72       ],
73       "dependencies": {
74         "LCActionSheet": [
76         ],
77         "SVProgressHUD": [
79         ]
80       }
81     }
82   ]