blob: 32c566b85bc3584b26c54c4a22900d8cef1b3305 [file] [log] [blame]
{
"name": "BZModel",
"version": "1.0.2",
"summary": "项目通用模型。",
"description": "项目通用模型,方便开发使用。",
"homepage": "https://github.com/EricBZH/BZModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EricBup": "375298211@qq.com"
},
"source": {
"git": "https://github.com/EricBZH/BZModel.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "BZModelDemo/BZModel/*.{h,m}",
"dependencies": {
"MJExtension": [
],
"YYModel": [
]
}
}