blob: 8d864baa26ad315b8a5703473fb6197c5406dbbd [file] [log] [blame]
{
"name": "YSCategory",
"summary": "A set of categorys to make iOS development easier.",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanxd": "yuansir_ios@163.com"
},
"homepage": "https://github.com/yuansirios/YSCategory.git",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yuansirios/YSCategory.git",
"tag": "0.0.2"
},
"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}"
}
]
}