blob: fd97805859ec0036c3dd2f787144a8a35253b3d2 [file] [log] [blame]
{
"name": "LBVerticalButton",
"version": "0.0.1",
"summary": "垂直排列且支持右上角图标的Button",
"description": "更改系统UIButton的排列规则,改为上下排列模式,图片在上title在下间距自定义,且支持右上角图标。",
"homepage": "https://github.com/A1129434577/LBVerticalButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘彬": "1129434577@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/A1129434577/LBVerticalButton.git",
"tag": "0.0.1"
},
"source_files": "LBVerticalButton/**/*.{h,m}",
"requires_arc": true
}