blob: 49bb90f4e08b668cafc9dfc79532d46ea3020356 [file] [log] [blame]
{
"name": "BAButton",
"version": "2.6.8",
"summary": "自定义 button 类!用分类全新重构 BAButton,代码配置更灵活!可以自由设置 button 的文字和图片的布局、间距、每个角的切圆角!",
"description": "修复 iPhone X 等异形屏 键盘异常问题!优化代码规范",
"homepage": "https://github.com/BAHome/BAButton",
"license": {
"type": "https://github.com/996icu/996.ICU/blob/master/LICENSE",
"file": "LICENSE"
},
"authors": {
"boai": "sunboyan@outlook.com"
},
"source": {
"git": "https://github.com/BAHome/BAButton.git",
"tag": "2.6.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BAButton/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}