blob: 71f62fc026cc98c135eade7bf434482a02a1e8b1 [file] [log] [blame]
{
"name": "ZYCustomAlertView",
"version": "1.0.0",
"summary": "A short description of ZYCustomAlertView.",
"description": "自定义alertView弹框,支持外部定制;有添加到keywindow和ViewController上的两种形式",
"homepage": "https://github.com/bingeing/ZYCustomAlertView",
"license": "MIT",
"authors": {
"ying": "1207469834@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bingeing/ZYCustomAlertView.git",
"tag": "1.0.0"
},
"source_files": "CustomAlertViewDemo/ZYCustomAlertView/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}