blob: bbc3b26748d9c1bf41ffce199440d981fbf48272 [file] [log] [blame]
{
"name": "WBCategoryKit",
"version": "1.0.1",
"summary": "Some useful Objective-C Categories and Macro",
"homepage": "https://github.com/wenmobo/WBCategoryKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wenmobo": "1050794513@qq.com"
},
"source": {
"git": "https://github.com/wenmobo/WBCategoryKit.git",
"tag": "1.0.1"
},
"social_media_url": "http://blogwenbo.com/",
"platforms": {
"ios": "8.0"
},
"source_files": "WBCategoryKit/WBCategoryKit.h",
"frameworks": [
"UIKit",
"Foundation",
"WebKit",
"AVFoundation",
"MobileCoreServices",
"Photos",
"AssetsLibrary",
"QuartzCore",
"Accelerate"
],
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": [
"WBCategoryKit/Foundation/NSDictionary/**/*.{h,m}",
"WBCategoryKit/Foundation/NSData/**/*.{h,m}",
"WBCategoryKit/Foundation/NSString/**/*.{h,m}",
"WBCategoryKit/Foundation/NSArray/**/*.{h,m}",
"WBCategoryKit/Foundation/NSUserDefaults/**/*.{h,m}",
"WBCategoryKit/Foundation/NSObject/**/*.{h,m}",
"WBCategoryKit/Foundation/NSDate/**/*.{h,m}",
"WBCategoryKit/Foundation/WBFoundation.h"
],
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Macro",
"source_files": "WBCategoryKit/Macro/*.{h}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "QuartzCore",
"source_files": "WBCategoryKit/QuartzCore/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
},
{
"name": "UIKit",
"source_files": [
"WBCategoryKit/UIKit/UIFont/**/*.{h,m}",
"WBCategoryKit/UIKit/UIImage/**/*.{h,m}",
"WBCategoryKit/UIKit/UIScrollView/**/*.{h,m}",
"WBCategoryKit/UIKit/UIScreen/**/*.{h,m}",
"WBCategoryKit/UIKit/UIWindow/**/*.{h,m}",
"WBCategoryKit/UIKit/UIApplication/**/*.{h,m}",
"WBCategoryKit/UIKit/UITableViewCell/**/*.{h,m}",
"WBCategoryKit/UIKit/UIButton/**/*.{h,m}",
"WBCategoryKit/UIKit/UIColor/**/*.{h,m}",
"WBCategoryKit/UIKit/UIAlertController/**/*.{h,m}",
"WBCategoryKit/UIKit/UIView/**/*.{h,m}",
"WBCategoryKit/UIKit/UINavigationItem/**/*.{h,m}",
"WBCategoryKit/UIKit/WKWebView/**/*.{h,m}",
"WBCategoryKit/UIKit/UITextView/**/*.{h,m}",
"WBCategoryKit/UIKit/UICollectionView/**/*.{h,m}",
"WBCategoryKit/UIKit/UIImagePickerController/**/*.{h,m}",
"WBCategoryKit/UIKit/UIBarButtonItem/**/*.{h,m}",
"WBCategoryKit/UIKit/UINavigationBar/**/*.{h,m}",
"WBCategoryKit/UIKit/UIViewController/**/*.{h,m}",
"WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
"WBCategoryKit/UIKit/UIControl/**/*.{h,m}",
"WBCategoryKit/UIKit/WBUIKit.h"
],
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"AVFoundation",
"MobileCoreServices",
"Photos",
"AssetsLibrary",
"QuartzCore",
"Accelerate"
],
"dependencies": {
"WBCategoryKit/Foundation": [
],
"WBCategoryKit/Macro": [
]
}
}
]
}