blob: 220f3cdae476aa72dbc976018ccaeb58e11f3d02 [file] [log] [blame]
{
"name": "BZCategory",
"version": "1.1.5",
"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.5"
},
"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}"
},
{
"name": "UITextField",
"source_files": "BZCategoryDemo/BZCategory/Foundation/UITextField/*.{h,m}"
}
]
}
]
}