blob: bf7ae7f391f3f5838caba361628731a1318ca9a1 [file] [log] [blame]
{
"name": "QYAlertController",
"version": "1.0",
"summary": "针对系统的UIAlertController进行封装:普通的alert、toast、带输入框的alert、actionsheet",
"homepage": "https://github.com/505god/QYAlertController",
"license": "MIT",
"authors": {
"qcx": "18915410342@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/505god/QYAlertController.git",
"tag": "1.0"
},
"source_files": "QYAlertController/Classes/*.{h,m}",
"requires_arc": true
}