blob: ff5bf2bc192ec0d17ddcd175b0b00fe0d0c96e42 [file] [log] [blame]
{
"name": "BZCategory",
"version": "1.2.2",
"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.2.2"
},
"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": "UIKit",
"subspecs": [
{
"name": "UIButton",
"source_files": "BZCategoryDemo/BZCategory/UIKit/UIButton/*.{h,m}"
},
{
"name": "UITextField",
"source_files": "BZCategoryDemo/BZCategory/UIKit/UITextField/*.{h,m}"
}
]
}
]
}