[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 7 / XWCocoa / 0.1.5 / XWCocoa.podspec.json
blob56f893ebd8d2525fa24ecbf0976d8ea2ee43a0e6
2   "name": "XWCocoa",
3   "version": "0.1.5",
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.5"
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         "SDWebImage": [
28         ],
29         "AFNetworking": [
31         ]
32       }
33     },
34     {
35       "name": "Views",
36       "source_files": "XWCocoa/Classes/Views/**/*.{h,m}",
37       "public_header_files": "XWCocoa/Classes/Views/**/*.h",
38       "frameworks": "UIKit",
39       "dependencies": {
40         "XWCocoa/Category": [
42         ],
43         "Masonry": [
45         ],
46         "QMUIKit": [
48         ]
49       }
50     },
51     {
52       "name": "Manager",
53       "source_files": "XWCocoa/Classes/Manager/**/*.{h,m}",
54       "public_header_files": "XWCocoa/Classes/Manager/**/*.h",
55       "frameworks": "StoreKit",
56       "dependencies": {
57         "JLRoutes": [
59         ],
60         "FMDB": [
62         ],
63         "Masonry": [
65         ],
66         "YYDispatchQueuePool": [
68         ]
69       }
70     },
71     {
72       "name": "Utility",
73       "source_files": "XWCocoa/Classes/Utility/**/*.{h,m}",
74       "public_header_files": "XWCocoa/Classes/Utility/**/*.h",
75       "frameworks": "UIKit",
76       "dependencies": {
77         "IGListKit": [
79         ],
80         "RealReachability": [
82         ]
83       }
84     },
85     {
86       "name": "QMUICommon",
87       "source_files": "XWCocoa/Classes/QMUICommon/**/*.{h,m}",
88       "public_header_files": "XWCocoa/Classes/QMUICommon/**/*.h",
89       "frameworks": "UIKit",
90       "dependencies": {
91         "QMUIKit": [
93         ]
94       }
95     },
96     {
97       "name": "XWNetWork",
98       "source_files": "XWCocoa/Classes/XWNetWork/**/*.{h,m}",
99       "public_header_files": "XWCocoa/Classes/XWNetWork/**/*.h",
100       "frameworks": "UIKit",
101       "dependencies": {
102         "YTKNetwork": [
104         ],
105         "SVProgressHUD": [
107         ]
108       }
109     },
110     {
111       "name": "XWHttp",
112       "source_files": "XWCocoa/Classes/XWHttp/**/*.{h,m}",
113       "public_header_files": "XWCocoa/Classes/XWHttp/**/*.h",
114       "frameworks": "UIKit",
115       "subspecs": [
116         {
117           "name": "Lib",
118           "dependencies": {
119             "AFNetworking": [
121             ]
122           },
123           "source_files": "XWCocoa/Classes/XWHttp/Lib/**/*.{h,m}",
124           "public_header_files": "XWCocoa/Classes/XWHttp/Lib/**/*.h"
125         },
126         {
127           "name": "Core",
128           "dependencies": {
129             "XWCocoa/XWHttp/Lib": [
131             ]
132           },
133           "source_files": "XWCocoa/Classes/XWHttp/Core/**/*.{h,m}",
134           "public_header_files": "XWCocoa/Classes/XWHttp/Core/**/*.h"
135         }
136       ]
137     }
138   ]