blob: d2b379fd8f16d6dbc5d0c708ebbff5357c41112e [file] [log] [blame]
{
"name": "VHBoomMenuButton",
"version": "2.0.0",
"summary": "A menu which can ... BOOM!",
"description": "This is a menu-button whose sub buttons will boom to show.",
"homepage": "https://github.com/Nightonke/VHBoomMenuButton",
"license": "MIT",
"authors": {
"Nightonke": "2584541288@qq.com"
},
"source": {
"git": "https://github.com/Nightonke/VHBoomMenuButton.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "ObjC",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "ObjC",
"platforms": {
"ios": "8.0"
},
"source_files": "VHBoomMenuButton/**/*.{h,m,swift}"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0"
},
"source_files": "VHBoomMenuButtonSwift/**/*.{h,m,swift}"
}
]
}