[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / c / 6 / 4 / WBCategoryKit / 1.0.3 / WBCategoryKit.podspec.json
blob196e892972c2bd672f8d31fb55588aaa85519cab
2   "name": "WBCategoryKit",
3   "version": "1.0.3",
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.3"
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     },
93     {
94       "name": "Macro",
95       "source_files": "WBCategoryKit/Macro/*.{h}",
96       "frameworks": [
97         "Foundation",
98         "UIKit"
99       ]
100     },
101     {
102       "name": "QuartzCore",
103       "source_files": "WBCategoryKit/QuartzCore/**/*.{h,m}",
104       "frameworks": [
105         "Foundation",
106         "UIKit",
107         "QuartzCore"
108       ]
109     },
110     {
111       "name": "UIKit",
112       "source_files": "WBCategoryKit/UIKit/WBUIKit.h",
113       "frameworks": [
114         "Foundation",
115         "UIKit",
116         "WebKit",
117         "AVFoundation",
118         "MobileCoreServices",
119         "Photos",
120         "AssetsLibrary",
121         "QuartzCore",
122         "Accelerate"
123       ],
124       "subspecs": [
125         {
126           "name": "UIFont",
127           "source_files": "WBCategoryKit/UIKit/UIFont/**/*.{h,m}",
128           "frameworks": [
129             "Foundation",
130             "UIKit"
131           ],
132           "dependencies": {
133             "WBCategoryKit/Foundation/NSObject": [
135             ],
136             "WBCategoryKit/Macro": [
138             ]
139           }
140         },
141         {
142           "name": "UIImage",
143           "source_files": "WBCategoryKit/UIKit/UIImage/**/*.{h,m}",
144           "frameworks": [
145             "Foundation",
146             "UIKit",
147             "CoreGraphics",
148             "ImageIO",
149             "CoreText",
150             "AVFoundation",
151             "Accelerate"
152           ]
153         },
154         {
155           "name": "UIScrollView",
156           "source_files": "WBCategoryKit/UIKit/UIScrollView/**/*.{h,m}",
157           "frameworks": [
158             "Foundation",
159             "UIKit"
160           ]
161         },
162         {
163           "name": "UIScreen",
164           "source_files": "WBCategoryKit/UIKit/UIScreen/**/*.{h,m}",
165           "frameworks": [
166             "Foundation",
167             "UIKit"
168           ]
169         },
170         {
171           "name": "UIWindow",
172           "source_files": "WBCategoryKit/UIKit/UIWindow/**/*.{h,m}",
173           "frameworks": [
174             "Foundation",
175             "UIKit"
176           ]
177         },
178         {
179           "name": "UIApplication",
180           "source_files": "WBCategoryKit/UIKit/UIApplication/**/*.{h,m}",
181           "frameworks": [
182             "Foundation",
183             "UIKit"
184           ]
185         },
186         {
187           "name": "UITableViewCell",
188           "source_files": "WBCategoryKit/UIKit/UITableViewCell/**/*.{h,m}",
189           "frameworks": [
190             "Foundation",
191             "UIKit"
192           ]
193         },
194         {
195           "name": "UIButton",
196           "source_files": "WBCategoryKit/UIKit/UIButton/**/*.{h,m}",
197           "frameworks": [
198             "Foundation",
199             "UIKit"
200           ]
201         },
202         {
203           "name": "UIColor",
204           "source_files": "WBCategoryKit/UIKit/UIColor/**/*.{h,m}",
205           "frameworks": [
206             "Foundation",
207             "UIKit"
208           ]
209         },
210         {
211           "name": "UIAlertController",
212           "source_files": "WBCategoryKit/UIKit/UIAlertController/**/*.{h,m}",
213           "frameworks": [
214             "Foundation",
215             "UIKit"
216           ]
217         },
218         {
219           "name": "UIView",
220           "source_files": "WBCategoryKit/UIKit/UIView/**/*.{h,m}",
221           "frameworks": [
222             "Foundation",
223             "UIKit",
224             "QuartzCore"
225           ]
226         },
227         {
228           "name": "UINavigationItem",
229           "source_files": "WBCategoryKit/UIKit/UINavigationItem/**/*.{h,m}",
230           "frameworks": [
231             "Foundation",
232             "UIKit"
233           ]
234         },
235         {
236           "name": "WKWebView",
237           "source_files": "WBCategoryKit/UIKit/WKWebView/**/*.{h,m}",
238           "frameworks": [
239             "Foundation",
240             "UIKit",
241             "WebKit"
242           ]
243         },
244         {
245           "name": "UITextView",
246           "source_files": "WBCategoryKit/UIKit/UITextView/**/*.{h,m}",
247           "frameworks": [
248             "Foundation",
249             "UIKit"
250           ]
251         },
252         {
253           "name": "UICollectionView",
254           "source_files": "WBCategoryKit/UIKit/UICollectionView/**/*.{h,m}",
255           "frameworks": [
256             "Foundation",
257             "UIKit"
258           ]
259         },
260         {
261           "name": "UIImagePickerController",
262           "source_files": "WBCategoryKit/UIKit/UIImagePickerController/**/*.{h,m}",
263           "frameworks": [
264             "Foundation",
265             "UIKit",
266             "AVFoundation",
267             "MobileCoreServices",
268             "Photos",
269             "AssetsLibrary"
270           ],
271           "dependencies": {
272             "WBCategoryKit/Foundation/NSDate": [
274             ]
275           }
276         },
277         {
278           "name": "UIBarButtonItem",
279           "source_files": "WBCategoryKit/UIKit/UIBarButtonItem/**/*.{h,m}",
280           "frameworks": [
281             "Foundation",
282             "UIKit"
283           ]
284         },
285         {
286           "name": "UINavigationBar",
287           "source_files": "WBCategoryKit/UIKit/UINavigationBar/**/*.{h,m}",
288           "frameworks": [
289             "Foundation",
290             "UIKit"
291           ]
292         },
293         {
294           "name": "UIViewController",
295           "source_files": "WBCategoryKit/UIKit/UIViewController/**/*.{h,m}",
296           "frameworks": [
297             "Foundation",
298             "UIKit"
299           ]
300         },
301         {
302           "name": "UISearchBar",
303           "source_files": "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
304           "frameworks": [
305             "Foundation",
306             "UIKit"
307           ]
308         },
309         {
310           "name": "UISearchBar",
311           "source_files": "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
312           "frameworks": [
313             "Foundation",
314             "UIKit"
315           ]
316         },
317         {
318           "name": "UIControl",
319           "source_files": "WBCategoryKit/UIKit/UIControl/**/*.{h,m}",
320           "frameworks": [
321             "Foundation",
322             "UIKit",
323             "AVFoundation"
324           ]
325         }
326       ]
327     }
328   ]