blob: 5dec28202adca96dd7196992234e9c8037802a21 [file] [log] [blame]
{
"name": "ELAlertController",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "高仿UIAlertController可支持iPad的actionSheet,支持弹出自定义视图的alert",
"homepage": "https://github.com/zhanglinfeng/ELAlertController",
"authors": {
"张林峰": "1051034428@qq.com"
},
"source": {
"git": "https://github.com/zhanglinfeng/ELAlertController.git",
"tag": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "ELAlertControllerDemo/ELAlertController/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}