blob: 347df856156bbe57de51553d1ab29f054289f78b [file] [log] [blame]
{
"name": "BZCategory",
"version": "1.4.3",
"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.4.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "BZCategoryDemo/BZCategory/*.{h,m}",
"public_header_files": "BZCategoryDemo/BZCategory/BZCategory.h",
"dependencies": {
"YYCategories": [
],
"MBProgressHUD": [
]
},
"subspecs": [
{
"name": "Foundation",
"subspecs": [
{
"name": "NSArray",
"subspecs": [
{
"name": "NSArray+BZAdd",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSArray/NSArray+BZAdd/*.{h,m}"
}
]
},
{
"name": "NSString",
"subspecs": [
{
"name": "NSString+BZAdd",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSString/NSString+BZAdd/*.{h,m}"
},
{
"name": "NSString+BZAddRegex",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSString/NSString+BZAddRegex/*.{h,m}"
}
]
},
{
"name": "NSTimer",
"subspecs": [
{
"name": "NSTimer+BZAdd",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSTimer/NSTimer+BZAdd/*.{h,m}"
}
]
},
{
"name": "NSUserDefaults",
"source_files": "BZCategoryDemo/BZCategory/Foundation/NSUserDefaults/NSUserDefaults+BZAdd/*.{h,m}",
"subspecs": [
{
"name": "NSUserDefaults+BZAdd"
}
]
},
{
"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",
"dependencies": {
"BZCategory/Foundation/NSTimer": [
]
},
"subspecs": [
{
"name": "UIButton+BZAddCountdown",
"source_files": "BZCategoryDemo/BZCategory/UIKit/UIButton/UIButton+BZAddCountdown/*.{h,m}"
}
]
},
{
"name": "UITextField",
"subspecs": [
{
"name": "UITextField+BZAdd",
"source_files": "BZCategoryDemo/BZCategory/UIKit/UITextField/UITextField+BZAdd/*.{h,m}"
}
]
},
{
"name": "UIViewController",
"subspecs": [
{
"name": "UIViewController+BZAddHUD",
"source_files": "BZCategoryDemo/BZCategory/UIKit/UIViewController/UIViewController+BZAddHUD/*.{h,m}"
},
{
"name": "UIViewController+BZAddToast",
"source_files": "BZCategoryDemo/BZCategory/UIKit/UIViewController/UIViewController+BZAddToast/*.{h,m}"
}
]
}
]
}
]
}