blob: 144d93807ad32167a65349ec5625653c0efb4d49 [file] [log] [blame]
{
"name": "WBCategoryKit",
"version": "0.0.2",
"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": "0.0.2"
},
"social_media_url": "http://blogwenbo.com/",
"platforms": {
"ios": "8.0"
},
"source_files": "WBCategoryKit/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"WebKit",
"AVFoundation",
"MobileCoreServices",
"Photos",
"AssetsLibrary",
"QuartzCore"
],
"requires_arc": true
}