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