blob: 6e8319731ff7be059461b89983593bc82ec5cef9 [file] [log] [blame]
{
"name": "YSCategory",
"summary": "常用分类整理",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanxd": "yuansir_ios@163.com"
},
"homepage": "https://gitee.com/yuansirios/YSCategory",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://gitee.com/yuansirios/YSCategory.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "YSCategory/**/*.{h,m}",
"public_header_files": "YSCategory/**/*.{h}",
"subspecs": [
{
"name": "Regex",
"source_files": "YSCategory/Classes/Regex/**/*.{h,m}"
},
{
"name": "CGRect",
"source_files": "YSCategory/Classes/CGRect/**/*.{h,m}"
},
{
"name": "NSString",
"source_files": "YSCategory/Classes/NSString/**/*.{h,m}"
}
]
}