blob: f5a62ed9ca8f208e73308106ff9a617525a72486 [file] [log] [blame]
{
"name": "ZHStyleButton",
"version": "1.0.0",
"summary": "可以设置默认 高亮 不可点击三种状态的按钮",
"description": "`ZHStyleButton`是 `UIButton`的子类可以设置 `默认` `高亮` `不可点击`三种状态下面的\n* 边框宽度`boardWidth`\n* 边框颜色`boardColor`\n* 圆角大小`cornerRadius`\n* 背景颜色`backgroundColor`\n* 文本颜色`textColor`",
"homepage": "https://github.com/josercc/ZHStyleButton",
"license": "MIT",
"authors": {
"君赏": " josercc@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/josercc/ZHStyleButton.git",
"tag": "1.0.0"
},
"source_files": [
"ZHStyleButton",
"ZHStyleButton/**/*.{h,m}"
],
"requires_arc": true
}