blob: e9b301348cc10d7fb9362266c18ce96bc4d74a0d [file] [log] [blame]
{
"name": "LSCategory",
"version": "0.1.0",
"summary": "工作中常用的工具类整理(Category)",
"description": "此工具类包含Foundation框架下的NSString,NSDate,NSData,NSArry,NSDictionary等,UIKit框架下的UIImage,UIView,UIColor,UITextView,UIAlertView等类别,方便以后开发。",
"homepage": "https://github.com/bobtaocool/LSCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陶冬波": "785429438@qq.com"
},
"source": {
"git": "https://github.com/bobtaocool/LSCategory.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSCategory/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}