blob: 848bf77d413cd422e15ebb2bcd2b962b24afb5fc [file] [log] [blame]
{
"name": "LBAlertController",
"version": "0.0.2",
"summary": "扩展系统UIAlertController功能",
"description": "扩展系统UIAlertController功能,使其在title和message与actionButton之间的位置能自定义一个view,并且actionButton样式完全由使用者掌控。",
"homepage": "https://github.com/A1129434577/LBAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘彬": "1129434577@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/A1129434577/LBAlertController.git",
"tag": "0.0.2"
},
"dependencies": {
"LBPresentTransitions": [
]
},
"source_files": "LBAlertController/**/*.{h,m}",
"requires_arc": true
}