blob: 32f740a1db1423540bcc7e1095afa4fb093055cd [file] [log] [blame]
{
"name": "BZCategory",
"version": "1.3.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.3.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": "NSTimer",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSTimer/*.{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}",
"dependencies": {
"BZCategory/Foundation/NSTimer": [
]
}
},
{
"name": "UITextField",
"source_files": "BZCategoryDemo/BZCategory/UIKit/UITextField/*.{h,m}"
}
]
}
]
}