[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / c / 6 / 4 / WBCategoryKit / 1.1.0 / WBCategoryKit.podspec.json
blob52b1fd995f568b4ada845ceb90498144fbc0da41
2   "name": "WBCategoryKit",
3   "version": "1.1.0",
4   "summary": "Some useful Objective-C Categories, Custom UIComponents 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.1.0"
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": "WBUIComponents",
41       "source_files": "WBCategoryKit/WBUIComponents/WBUIComponents.h",
42       "frameworks": [
43         "Foundation",
44         "UIKit"
45       ],
46       "subspecs": [
47         {
48           "name": "WBKeyboardManager",
49           "source_files": "WBCategoryKit/WBUIComponents/WBKeyboardManager/**/*.{h,m}",
50           "frameworks": "Foundation",
51           "dependencies": {
52             "WBCategoryKit/WBCategoryKitCore": [
54             ]
55           }
56         },
57         {
58           "name": "WBUIButton",
59           "source_files": "WBCategoryKit/WBUIComponents/WBUIButton/**/*.{h,m}",
60           "frameworks": "UIKit",
61           "dependencies": {
62             "WBCategoryKit/WBCategoryKitCore": [
64             ],
65             "WBCategoryKit/UIKit/CALayer": [
67             ]
68           }
69         },
70         {
71           "name": "WBPermission",
72           "source_files": "WBCategoryKit/WBUIComponents/WBPermission/**/*.{h,m}",
73           "frameworks": [
74             "UIKit",
75             "CoreMotion",
76             "Photos",
77             "AssetsLibrary",
78             "AddressBook",
79             "Contacts",
80             "CoreLocation",
81             "EventKit",
82             "HealthKit",
83             "MediaPlayer",
84             "CoreTelephony",
85             "Speech",
86             "UserNotifications"
87           ],
88           "dependencies": {
89             "WBCategoryKit/WBCategoryKitCore": [
91             ]
92           }
93         },
94         {
95           "name": "WBUICollectionView",
96           "source_files": "WBCategoryKit/WBUIComponents/WBUICollectionView/**/*.{h,m}",
97           "frameworks": "UIKit",
98           "dependencies": {
99             "WBCategoryKit/UIKit/CALayer": [
101             ],
102             "WBCategoryKit/UIKit/UIScrollView": [
104             ],
105             "WBCategoryKit/WBCategoryKitCore": [
107             ]
108           }
109         },
110         {
111           "name": "WBUILabel",
112           "source_files": "WBCategoryKit/WBUIComponents/WBUILabel/**/*.{h,m}",
113           "frameworks": "UIKit",
114           "dependencies": {
115             "WBCategoryKit/WBCategoryKitCore": [
117             ]
118           }
119         },
120         {
121           "name": "WBFileManager",
122           "source_files": "WBCategoryKit/WBUIComponents/WBFileManager/**/*.{h,m}",
123           "frameworks": "Foundation"
124         },
125         {
126           "name": "WBCountdownManager",
127           "source_files": "WBCategoryKit/WBUIComponents/WBCountdownManager/**/*.{h,m}",
128           "frameworks": [
129             "Foundation",
130             "UIKit"
131           ]
132         }
133       ]
134     },
135     {
136       "name": "Foundation",
137       "source_files": "WBCategoryKit/Foundation/WBFoundation.h",
138       "frameworks": [
139         "Foundation",
140         "UIKit"
141       ],
142       "subspecs": [
143         {
144           "name": "NSData",
145           "source_files": "WBCategoryKit/Foundation/NSData/**/*.{h,m}",
146           "frameworks": "Foundation"
147         },
148         {
149           "name": "NSDictionary",
150           "source_files": "WBCategoryKit/Foundation/NSDictionary/**/*.{h,m}",
151           "frameworks": "Foundation",
152           "dependencies": {
153             "WBCategoryKit/Foundation/NSString": [
155             ]
156           }
157         },
158         {
159           "name": "NSString",
160           "source_files": "WBCategoryKit/Foundation/NSString/**/*.{h,m}",
161           "frameworks": [
162             "Foundation",
163             "UIKit",
164             "CoreTelephony"
165           ]
166         },
167         {
168           "name": "NSArray",
169           "source_files": "WBCategoryKit/Foundation/NSArray/**/*.{h,m}",
170           "frameworks": "Foundation"
171         },
172         {
173           "name": "NSUserDefaults",
174           "source_files": "WBCategoryKit/Foundation/NSUserDefaults/**/*.{h,m}",
175           "frameworks": "Foundation"
176         },
177         {
178           "name": "NSObject",
179           "source_files": "WBCategoryKit/Foundation/NSObject/**/*.{h,m}",
180           "frameworks": "Foundation"
181         },
182         {
183           "name": "NSDate",
184           "source_files": "WBCategoryKit/Foundation/NSDate/**/*.{h,m}",
185           "frameworks": "Foundation"
186         },
187         {
188           "name": "NSMutableAttributedString",
189           "source_files": "WBCategoryKit/Foundation/NSMutableAttributedString/**/*.{h,m}",
190           "frameworks": [
191             "Foundation",
192             "UIKit"
193           ]
194         }
195       ]
196     },
197     {
198       "name": "WBCategoryKitCore",
199       "source_files": "WBCategoryKit/WBCategoryKitCore/**/*.{h,m}",
200       "frameworks": [
201         "Foundation",
202         "UIKit"
203       ],
204       "dependencies": {
205         "WBCategoryKit/Foundation/NSString": [
207         ]
208       }
209     },
210     {
211       "name": "UIKit",
212       "source_files": "WBCategoryKit/UIKit/WBUIKit.h",
213       "frameworks": [
214         "Foundation",
215         "UIKit",
216         "WebKit",
217         "AVFoundation",
218         "MobileCoreServices",
219         "Photos",
220         "AssetsLibrary",
221         "QuartzCore",
222         "Accelerate"
223       ],
224       "subspecs": [
225         {
226           "name": "UIFont",
227           "source_files": "WBCategoryKit/UIKit/UIFont/**/*.{h,m}",
228           "frameworks": [
229             "Foundation",
230             "UIKit"
231           ],
232           "dependencies": {
233             "WBCategoryKit/WBCategoryKitCore": [
235             ]
236           }
237         },
238         {
239           "name": "UIImage",
240           "source_files": "WBCategoryKit/UIKit/UIImage/**/*.{h,m}",
241           "frameworks": [
242             "Foundation",
243             "UIKit",
244             "CoreGraphics",
245             "ImageIO",
246             "CoreText",
247             "AVFoundation",
248             "Accelerate"
249           ],
250           "dependencies": {
251             "WBCategoryKit/WBCategoryKitCore": [
253             ],
254             "WBCategoryKit/UIKit/UIColor": [
256             ]
257           }
258         },
259         {
260           "name": "UIScrollView",
261           "source_files": "WBCategoryKit/UIKit/UIScrollView/**/*.{h,m}",
262           "frameworks": [
263             "Foundation",
264             "UIKit"
265           ],
266           "dependencies": {
267             "WBCategoryKit/WBCategoryKitCore": [
269             ]
270           }
271         },
272         {
273           "name": "UIScreen",
274           "source_files": "WBCategoryKit/UIKit/UIScreen/**/*.{h,m}",
275           "frameworks": [
276             "Foundation",
277             "UIKit"
278           ]
279         },
280         {
281           "name": "UIWindow",
282           "source_files": "WBCategoryKit/UIKit/UIWindow/**/*.{h,m}",
283           "frameworks": [
284             "Foundation",
285             "UIKit"
286           ]
287         },
288         {
289           "name": "UIApplication",
290           "source_files": "WBCategoryKit/UIKit/UIApplication/**/*.{h,m}",
291           "frameworks": [
292             "Foundation",
293             "UIKit"
294           ]
295         },
296         {
297           "name": "UITableViewCell",
298           "source_files": "WBCategoryKit/UIKit/UITableViewCell/**/*.{h,m}",
299           "frameworks": [
300             "Foundation",
301             "UIKit"
302           ]
303         },
304         {
305           "name": "UIButton",
306           "source_files": "WBCategoryKit/UIKit/UIButton/**/*.{h,m}",
307           "frameworks": [
308             "Foundation",
309             "UIKit"
310           ]
311         },
312         {
313           "name": "UIColor",
314           "source_files": "WBCategoryKit/UIKit/UIColor/**/*.{h,m}",
315           "frameworks": [
316             "Foundation",
317             "UIKit"
318           ]
319         },
320         {
321           "name": "UIAlertController",
322           "source_files": "WBCategoryKit/UIKit/UIAlertController/**/*.{h,m}",
323           "frameworks": [
324             "Foundation",
325             "UIKit"
326           ]
327         },
328         {
329           "name": "UIView",
330           "source_files": "WBCategoryKit/UIKit/UIView/**/*.{h,m}",
331           "frameworks": [
332             "Foundation",
333             "UIKit",
334             "QuartzCore"
335           ]
336         },
337         {
338           "name": "UINavigationItem",
339           "source_files": "WBCategoryKit/UIKit/UINavigationItem/**/*.{h,m}",
340           "frameworks": [
341             "Foundation",
342             "UIKit"
343           ]
344         },
345         {
346           "name": "WKWebView",
347           "source_files": "WBCategoryKit/UIKit/WKWebView/**/*.{h,m}",
348           "frameworks": [
349             "Foundation",
350             "UIKit",
351             "WebKit"
352           ],
353           "dependencies": {
354             "WBCategoryKit/UIKit/UIColor": [
356             ]
357           }
358         },
359         {
360           "name": "UICollectionView",
361           "source_files": "WBCategoryKit/UIKit/UICollectionView/**/*.{h,m}",
362           "frameworks": [
363             "Foundation",
364             "UIKit"
365           ]
366         },
367         {
368           "name": "UIImagePickerController",
369           "source_files": "WBCategoryKit/UIKit/UIImagePickerController/**/*.{h,m}",
370           "frameworks": [
371             "Foundation",
372             "UIKit",
373             "AVFoundation",
374             "MobileCoreServices",
375             "Photos",
376             "AssetsLibrary"
377           ],
378           "dependencies": {
379             "WBCategoryKit/Foundation/NSDate": [
381             ]
382           }
383         },
384         {
385           "name": "UIBarButtonItem",
386           "source_files": "WBCategoryKit/UIKit/UIBarButtonItem/**/*.{h,m}",
387           "frameworks": [
388             "Foundation",
389             "UIKit"
390           ]
391         },
392         {
393           "name": "UINavigationBar",
394           "source_files": "WBCategoryKit/UIKit/UINavigationBar/**/*.{h,m}",
395           "frameworks": [
396             "Foundation",
397             "UIKit"
398           ]
399         },
400         {
401           "name": "UIViewController",
402           "source_files": "WBCategoryKit/UIKit/UIViewController/**/*.{h,m}",
403           "frameworks": [
404             "Foundation",
405             "UIKit"
406           ]
407         },
408         {
409           "name": "UISearchBar",
410           "source_files": "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
411           "frameworks": [
412             "Foundation",
413             "UIKit"
414           ],
415           "dependencies": {
416             "WBCategoryKit/WBCategoryKitCore": [
418             ],
419             "WBCategoryKit/UIKit/UIImage": [
421             ],
422             "WBCategoryKit/UIKit/UIView": [
424             ]
425           }
426         },
427         {
428           "name": "UIControl",
429           "source_files": "WBCategoryKit/UIKit/UIControl/**/*.{h,m}",
430           "frameworks": [
431             "Foundation",
432             "UIKit",
433             "AVFoundation"
434           ]
435         },
436         {
437           "name": "CALayer",
438           "source_files": "WBCategoryKit/UIKit/CALayer/**/*.{h,m}",
439           "frameworks": "UIKit",
440           "dependencies": {
441             "WBCategoryKit/WBCategoryKitCore": [
443             ]
444           }
445         },
446         {
447           "name": "UILabel",
448           "source_files": "WBCategoryKit/UIKit/UILabel/**/*.{h,m}",
449           "frameworks": "UIKit",
450           "dependencies": {
451             "WBCategoryKit/WBCategoryKitCore": [
453             ]
454           }
455         },
456         {
457           "name": "UIImageView",
458           "source_files": "WBCategoryKit/UIKit/UIImageView/**/*.{h,m}",
459           "dependencies": {
460             "WBCategoryKit/WBCategoryKitCore": [
462             ]
463           }
464         },
465         {
466           "name": "UIBarItem",
467           "source_files": "WBCategoryKit/UIKit/UIBarItem/**/*.{h,m}",
468           "frameworks": "UIKit",
469           "dependencies": {
470             "WBCategoryKit/WBCategoryKitCore": [
472             ],
473             "WBCategoryKit/UIKit/UIViewController": [
475             ],
476             "WBCategoryKit/UIKit/UIImage": [
478             ]
479           }
480         }
481       ]
482     }
483   ]