blob: 7f99ae333a80110a03338443f8f97b07a6b9dfa3 [file] [log] [blame]
{
"name": "WBCategoryKit",
"version": "1.0.0",
"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.0"
},
"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/**/*.{h,m}",
"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/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"AVFoundation",
"MobileCoreServices",
"Photos",
"AssetsLibrary",
"QuartzCore",
"Accelerate"
],
"dependencies": {
"WBCategoryKit/Foundation": [
],
"WBCategoryKit/Macro": [
]
}
}
]
}