[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / e / 6 / XWCategory / 0.1.0 / XWCategory.podspec.json
blobf423e6fb0cda592002d5d700bc38c4515ca3646e
2   "name": "XWCategory",
3   "version": "0.1.0",
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.0"
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}",
54       "public_header_files": "XWCategory/Classes/Common/**/*.h",
55       "frameworks": [
56         "UIKit",
57         "Foundation"
58       ]
59     },
60     {
61       "name": "XWCOthers",
62       "source_files": "XWCategory/Classes/Others/**/*.{h,m}",
63       "public_header_files": "XWCategory/Classes/Others/**/*.h",
64       "frameworks": [
65         "UIKit",
66         "Foundation"
67       ],
68       "dependencies": {
69         "LCActionSheet": [
71         ],
72         "SVProgressHUD": [
74         ]
75       }
76     }
77   ]