[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / c / 6 / 4 / WBCategoryKit / 1.0.0 / WBCategoryKit.podspec.json
blob7f99ae333a80110a03338443f8f97b07a6b9dfa3
2   "name": "WBCategoryKit",
3   "version": "1.0.0",
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.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   ],
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Foundation",
37       "source_files": "WBCategoryKit/Foundation/**/*.{h,m}",
38       "frameworks": [
39         "Foundation",
40         "UIKit"
41       ]
42     },
43     {
44       "name": "Macro",
45       "source_files": "WBCategoryKit/Macro/*.{h}",
46       "frameworks": [
47         "Foundation",
48         "UIKit"
49       ]
50     },
51     {
52       "name": "QuartzCore",
53       "source_files": "WBCategoryKit/QuartzCore/**/*.{h,m}",
54       "frameworks": [
55         "Foundation",
56         "UIKit",
57         "QuartzCore"
58       ]
59     },
60     {
61       "name": "UIKit",
62       "source_files": "WBCategoryKit/UIKit/**/*.{h,m}",
63       "frameworks": [
64         "Foundation",
65         "UIKit",
66         "WebKit",
67         "AVFoundation",
68         "MobileCoreServices",
69         "Photos",
70         "AssetsLibrary",
71         "QuartzCore",
72         "Accelerate"
73       ],
74       "dependencies": {
75         "WBCategoryKit/Foundation": [
77         ],
78         "WBCategoryKit/Macro": [
80         ]
81       }
82     }
83   ]