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