blob: 32d8c9c0863d6a9e98f2aa216ef4489fdfeb8f0f [file] [log] [blame]
{
"name": "WKBCategory",
"version": "0.0.7",
"summary": "WKBCategory",
"description": "封装自己项目常用到的类别",
"homepage": "https://github.com/a-stupid-wood/WKBCategory",
"license": "MIT",
"authors": {
"Kerwin": "13763072736@163.com"
},
"source": {
"git": "https://github.com/a-stupid-wood/WKBCategory.git",
"tag": "0.0.7"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "WKBCategory/WKBCategory.h",
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "UIView+wkb",
"source_files": "WKBCategory/UIView+wkb/*.{h,m}"
},
{
"name": "NSString+wkb",
"source_files": "WKBCategory/NSString+wkb/*.{h,m}"
},
{
"name": "UIButton+wkb",
"source_files": "WKBCategory/UIButton+wkb/*.{h,m}"
},
{
"name": "UIColor+wkb",
"source_files": "WKBCategory/UIColor+wkb/*.{h,m}"
},
{
"name": "UIImage+wkb",
"source_files": "WKBCategory/UIImage+wkb/*.{h,m}"
},
{
"name": "NSDate+wkb",
"source_files": "WKBCategory/NSDate+wkb/*.{h,m}"
}
]
}