[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / c / 6 / 4 / WBCategoryKit / 1.0.8 / WBCategoryKit.podspec.json
blob8a182eea1108a10311aeec5107ddca39d6d0c26b
2   "name": "WBCategoryKit",
3   "version": "1.0.8",
4   "summary": "Some useful Objective-C Categories and Macro",
5   "homepage": "https://github.com/wenmobo/WBCategoryKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wenmobo": "1050794513@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/wenmobo/WBCategoryKit.git",
15     "tag": "1.0.8"
16   },
17   "social_media_url": "http://blogwenbo.com/",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WBCategoryKit/WBCategoryKit.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "WebKit",
26     "AVFoundation",
27     "MobileCoreServices",
28     "Photos",
29     "AssetsLibrary",
30     "QuartzCore",
31     "Accelerate",
32     "ImageIO",
33     "CoreText",
34     "CoreGraphics",
35     "CoreTelephony"
36   ],
37   "requires_arc": true,
38   "subspecs": [
39     {
40       "name": "Foundation",
41       "source_files": "WBCategoryKit/Foundation/WBFoundation.h",
42       "frameworks": [
43         "Foundation",
44         "UIKit"
45       ],
46       "subspecs": [
47         {
48           "name": "NSData",
49           "source_files": "WBCategoryKit/Foundation/NSData/**/*.{h,m}",
50           "frameworks": "Foundation"
51         },
52         {
53           "name": "NSDictionary",
54           "source_files": "WBCategoryKit/Foundation/NSDictionary/**/*.{h,m}",
55           "frameworks": "Foundation",
56           "dependencies": {
57             "WBCategoryKit/Foundation/NSString": [
59             ]
60           }
61         },
62         {
63           "name": "NSString",
64           "source_files": "WBCategoryKit/Foundation/NSString/**/*.{h,m}",
65           "frameworks": [
66             "Foundation",
67             "UIKit",
68             "CoreTelephony"
69           ]
70         },
71         {
72           "name": "NSArray",
73           "source_files": "WBCategoryKit/Foundation/NSArray/**/*.{h,m}",
74           "frameworks": "Foundation"
75         },
76         {
77           "name": "NSUserDefaults",
78           "source_files": "WBCategoryKit/Foundation/NSUserDefaults/**/*.{h,m}",
79           "frameworks": "Foundation"
80         },
81         {
82           "name": "NSObject",
83           "source_files": "WBCategoryKit/Foundation/NSObject/**/*.{h,m}",
84           "frameworks": "Foundation"
85         },
86         {
87           "name": "NSDate",
88           "source_files": "WBCategoryKit/Foundation/NSDate/**/*.{h,m}",
89           "frameworks": "Foundation"
90         },
91         {
92           "name": "Swizzle",
93           "source_files": "WBCategoryKit/Foundation/Swizzle/**/*.{h,m}",
94           "frameworks": "Foundation"
95         },
96         {
97           "name": "NSMutableAttributedString",
98           "source_files": "WBCategoryKit/Foundation/NSMutableAttributedString/**/*.{h,m}",
99           "frameworks": [
100             "Foundation",
101             "UIKit"
102           ]
103         }
104       ]
105     },
106     {
107       "name": "Macro",
108       "source_files": "WBCategoryKit/Macro/*.{h}",
109       "frameworks": [
110         "Foundation",
111         "UIKit"
112       ]
113     },
114     {
115       "name": "QuartzCore",
116       "source_files": "WBCategoryKit/QuartzCore/**/*.{h,m}",
117       "frameworks": [
118         "Foundation",
119         "UIKit",
120         "QuartzCore"
121       ]
122     },
123     {
124       "name": "UIKit",
125       "source_files": "WBCategoryKit/UIKit/WBUIKit.h",
126       "frameworks": [
127         "Foundation",
128         "UIKit",
129         "WebKit",
130         "AVFoundation",
131         "MobileCoreServices",
132         "Photos",
133         "AssetsLibrary",
134         "QuartzCore",
135         "Accelerate"
136       ],
137       "subspecs": [
138         {
139           "name": "UIFont",
140           "source_files": "WBCategoryKit/UIKit/UIFont/**/*.{h,m}",
141           "frameworks": [
142             "Foundation",
143             "UIKit"
144           ],
145           "dependencies": {
146             "WBCategoryKit/Foundation/Swizzle": [
148             ],
149             "WBCategoryKit/Macro": [
151             ]
152           }
153         },
154         {
155           "name": "UIImage",
156           "source_files": "WBCategoryKit/UIKit/UIImage/**/*.{h,m}",
157           "frameworks": [
158             "Foundation",
159             "UIKit",
160             "CoreGraphics",
161             "ImageIO",
162             "CoreText",
163             "AVFoundation",
164             "Accelerate"
165           ]
166         },
167         {
168           "name": "UIScrollView",
169           "source_files": "WBCategoryKit/UIKit/UIScrollView/**/*.{h,m}",
170           "frameworks": [
171             "Foundation",
172             "UIKit"
173           ]
174         },
175         {
176           "name": "UIScreen",
177           "source_files": "WBCategoryKit/UIKit/UIScreen/**/*.{h,m}",
178           "frameworks": [
179             "Foundation",
180             "UIKit"
181           ]
182         },
183         {
184           "name": "UIWindow",
185           "source_files": "WBCategoryKit/UIKit/UIWindow/**/*.{h,m}",
186           "frameworks": [
187             "Foundation",
188             "UIKit"
189           ]
190         },
191         {
192           "name": "UIApplication",
193           "source_files": "WBCategoryKit/UIKit/UIApplication/**/*.{h,m}",
194           "frameworks": [
195             "Foundation",
196             "UIKit"
197           ]
198         },
199         {
200           "name": "UITableViewCell",
201           "source_files": "WBCategoryKit/UIKit/UITableViewCell/**/*.{h,m}",
202           "frameworks": [
203             "Foundation",
204             "UIKit"
205           ]
206         },
207         {
208           "name": "UIButton",
209           "source_files": "WBCategoryKit/UIKit/UIButton/**/*.{h,m}",
210           "frameworks": [
211             "Foundation",
212             "UIKit"
213           ]
214         },
215         {
216           "name": "UIColor",
217           "source_files": "WBCategoryKit/UIKit/UIColor/**/*.{h,m}",
218           "frameworks": [
219             "Foundation",
220             "UIKit"
221           ]
222         },
223         {
224           "name": "UIAlertController",
225           "source_files": "WBCategoryKit/UIKit/UIAlertController/**/*.{h,m}",
226           "frameworks": [
227             "Foundation",
228             "UIKit"
229           ]
230         },
231         {
232           "name": "UIView",
233           "source_files": "WBCategoryKit/UIKit/UIView/**/*.{h,m}",
234           "frameworks": [
235             "Foundation",
236             "UIKit",
237             "QuartzCore"
238           ]
239         },
240         {
241           "name": "UINavigationItem",
242           "source_files": "WBCategoryKit/UIKit/UINavigationItem/**/*.{h,m}",
243           "frameworks": [
244             "Foundation",
245             "UIKit"
246           ]
247         },
248         {
249           "name": "WKWebView",
250           "source_files": "WBCategoryKit/UIKit/WKWebView/**/*.{h,m}",
251           "frameworks": [
252             "Foundation",
253             "UIKit",
254             "WebKit"
255           ]
256         },
257         {
258           "name": "UITextView",
259           "source_files": "WBCategoryKit/UIKit/UITextView/**/*.{h,m}",
260           "frameworks": [
261             "Foundation",
262             "UIKit"
263           ]
264         },
265         {
266           "name": "UICollectionView",
267           "source_files": "WBCategoryKit/UIKit/UICollectionView/**/*.{h,m}",
268           "frameworks": [
269             "Foundation",
270             "UIKit"
271           ]
272         },
273         {
274           "name": "UIImagePickerController",
275           "source_files": "WBCategoryKit/UIKit/UIImagePickerController/**/*.{h,m}",
276           "frameworks": [
277             "Foundation",
278             "UIKit",
279             "AVFoundation",
280             "MobileCoreServices",
281             "Photos",
282             "AssetsLibrary"
283           ],
284           "dependencies": {
285             "WBCategoryKit/Foundation/NSDate": [
287             ]
288           }
289         },
290         {
291           "name": "UIBarButtonItem",
292           "source_files": "WBCategoryKit/UIKit/UIBarButtonItem/**/*.{h,m}",
293           "frameworks": [
294             "Foundation",
295             "UIKit"
296           ]
297         },
298         {
299           "name": "UINavigationBar",
300           "source_files": "WBCategoryKit/UIKit/UINavigationBar/**/*.{h,m}",
301           "frameworks": [
302             "Foundation",
303             "UIKit"
304           ]
305         },
306         {
307           "name": "UIViewController",
308           "source_files": "WBCategoryKit/UIKit/UIViewController/**/*.{h,m}",
309           "frameworks": [
310             "Foundation",
311             "UIKit"
312           ]
313         },
314         {
315           "name": "UISearchBar",
316           "source_files": "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
317           "frameworks": [
318             "Foundation",
319             "UIKit"
320           ]
321         },
322         {
323           "name": "UISearchBar",
324           "source_files": "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
325           "frameworks": [
326             "Foundation",
327             "UIKit"
328           ]
329         },
330         {
331           "name": "UIControl",
332           "source_files": "WBCategoryKit/UIKit/UIControl/**/*.{h,m}",
333           "frameworks": [
334             "Foundation",
335             "UIKit",
336             "AVFoundation"
337           ]
338         }
339       ]
340     }
341   ]