blob: 6731eae1b6b3e88878ce2bb833f1cde7c4993b0b [file] [log] [blame]
{
"name": "WYQBaseCategory",
"version": "0.0.1",
"summary": "iOS 常用类分类 (NSDictionary、NSString、UIView)",
"description": "NSString 字符串拼接、查询、获取、MD5算法\nNSDictionary json转换、安全性获取\nUIView 方便快捷修改、获取X,Y,Width,Height",
"homepage": "https://github.com/YongQiangWei/BaseCategory",
"license": "MIT",
"authors": {
"YongQiangWei": "15249085279@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YongQiangWei/BaseCategory.git",
"tag": "0.0.1"
},
"source_files": [
"NSDictionary/*",
"NSString/*",
"UIView/*",
"Header/*"
],
"exclude_files": "Classes/Exclude"
}