[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / c / 6 / 4 / WBCategoryKit / 1.0.1 / WBCategoryKit.podspec.json
blobbbc3b26748d9c1bf41ffce199440d981fbf48272
2   "name": "WBCategoryKit",
3   "version": "1.0.1",
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.1"
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   ],
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Foundation",
37       "source_files": [
38         "WBCategoryKit/Foundation/NSDictionary/**/*.{h,m}",
39         "WBCategoryKit/Foundation/NSData/**/*.{h,m}",
40         "WBCategoryKit/Foundation/NSString/**/*.{h,m}",
41         "WBCategoryKit/Foundation/NSArray/**/*.{h,m}",
42         "WBCategoryKit/Foundation/NSUserDefaults/**/*.{h,m}",
43         "WBCategoryKit/Foundation/NSObject/**/*.{h,m}",
44         "WBCategoryKit/Foundation/NSDate/**/*.{h,m}",
45         "WBCategoryKit/Foundation/WBFoundation.h"
46       ],
47       "frameworks": [
48         "Foundation",
49         "UIKit"
50       ]
51     },
52     {
53       "name": "Macro",
54       "source_files": "WBCategoryKit/Macro/*.{h}",
55       "frameworks": [
56         "Foundation",
57         "UIKit"
58       ]
59     },
60     {
61       "name": "QuartzCore",
62       "source_files": "WBCategoryKit/QuartzCore/**/*.{h,m}",
63       "frameworks": [
64         "Foundation",
65         "UIKit",
66         "QuartzCore"
67       ]
68     },
69     {
70       "name": "UIKit",
71       "source_files": [
72         "WBCategoryKit/UIKit/UIFont/**/*.{h,m}",
73         "WBCategoryKit/UIKit/UIImage/**/*.{h,m}",
74         "WBCategoryKit/UIKit/UIScrollView/**/*.{h,m}",
75         "WBCategoryKit/UIKit/UIScreen/**/*.{h,m}",
76         "WBCategoryKit/UIKit/UIWindow/**/*.{h,m}",
77         "WBCategoryKit/UIKit/UIApplication/**/*.{h,m}",
78         "WBCategoryKit/UIKit/UITableViewCell/**/*.{h,m}",
79         "WBCategoryKit/UIKit/UIButton/**/*.{h,m}",
80         "WBCategoryKit/UIKit/UIColor/**/*.{h,m}",
81         "WBCategoryKit/UIKit/UIAlertController/**/*.{h,m}",
82         "WBCategoryKit/UIKit/UIView/**/*.{h,m}",
83         "WBCategoryKit/UIKit/UINavigationItem/**/*.{h,m}",
84         "WBCategoryKit/UIKit/WKWebView/**/*.{h,m}",
85         "WBCategoryKit/UIKit/UITextView/**/*.{h,m}",
86         "WBCategoryKit/UIKit/UICollectionView/**/*.{h,m}",
87         "WBCategoryKit/UIKit/UIImagePickerController/**/*.{h,m}",
88         "WBCategoryKit/UIKit/UIBarButtonItem/**/*.{h,m}",
89         "WBCategoryKit/UIKit/UINavigationBar/**/*.{h,m}",
90         "WBCategoryKit/UIKit/UIViewController/**/*.{h,m}",
91         "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
92         "WBCategoryKit/UIKit/UIControl/**/*.{h,m}",
93         "WBCategoryKit/UIKit/WBUIKit.h"
94       ],
95       "frameworks": [
96         "Foundation",
97         "UIKit",
98         "WebKit",
99         "AVFoundation",
100         "MobileCoreServices",
101         "Photos",
102         "AssetsLibrary",
103         "QuartzCore",
104         "Accelerate"
105       ],
106       "dependencies": {
107         "WBCategoryKit/Foundation": [
109         ],
110         "WBCategoryKit/Macro": [
112         ]
113       }
114     }
115   ]