blob: 0f40b78459205f40d5161f7a7082a15122a75827 [file] [log] [blame]
{
"name": "BZCategory",
"version": "1.1.4",
"summary": "项目通用分类库。",
"description": "项目通用分类库,方便开发使用。",
"homepage": "https://github.com/EricBZH/BZCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EricBup": "375298211@qq.com"
},
"source": {
"git": "https://github.com/EricBZH/BZCategory.git",
"tag": "1.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "BZCategoryDemo/BZCategory/*.{h,m}",
"public_header_files": "BZCategoryDemo/BZCategory/BZCategory.h",
"subspecs": [
{
"name": "Foundation",
"subspecs": [
{
"name": "NSArray",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSArray/*.{h,m}"
},
{
"name": "NSUserDefaults",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSUserDefaults/*.{h,m}"
},
{
"name": "Regex",
"source_files": "BZCategoryDemo/BZCategory/Foundation/Regex/*.{h,m}"
},
{
"name": "Safe",
"source_files": "BZCategoryDemo/BZCategory/Foundation/Safe/*.{h,m}"
},
{
"name": "UnicodeReadable",
"source_files": "BZCategoryDemo/BZCategory/Foundation/UnicodeReadable/*.{h,m}"
}
]
}
]
}