blob: ef37ad2405dff08e06a8faf11fe6702ac12ac69e [file] [log] [blame]
{
"name": "BZCategory",
"version": "1.0.8",
"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.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "BZCategoryDemo/BZCategory/*.{h,m}",
"public_header_files": "BZCategoryDemo/BZCategory/BZCategory.h",
"dependencies": {
"MJExtension": [
]
},
"subspecs": [
{
"name": "Foundation",
"source_files": "BZCategoryDemo/BZCategory/Foundation/*.{h,m}"
},
{
"name": "BZModel",
"source_files": "BZCategoryDemo/BZCategory/BZModel/*.{h,m}"
}
]
}