blob: 522212fcbf931a91cb8cea106d8bae67bcb226a1 [file] [log] [blame]
{
"name": "BN_Utils",
"version": "1.2.0",
"summary": "BN_Utils是一个项目模板开发工具包",
"description": "BN_Utils是一个项目模板开发工具包,包含了一些控件封装,工具类等,可加快开发速度。",
"homepage": "https://github.com/shang1219178163/BN_Utils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/BN_Utils.git",
"tag": "1.2.0"
},
"source_files": "BN_Utils/*.{h,m}",
"public_header_files": "BN_Utils/*.{h}",
"deprecated": true,
"subspecs": [
{
"name": "BN_Category",
"source_files": "BN_Utils/BN_Category/*.{h,m}",
"public_header_files": "BN_Utils/BN_Category/*.h",
"dependencies": {
"MBProgressHUD": [
]
}
}
]
}