blob: bca83c14f97a6d9ddc7abe661e63f13e4ea280fb [file] [log] [blame]
{
"name": "FXAlertView",
"version": "1.0.3",
"summary": "自定义alertView,可以添加图片button,文字button,文字和图片结合button,中间视图可以根据需求自定义",
"homepage": "https://github.com/zfx5130/FXAlertView",
"license": "MIT",
"authors": {
"thomas": "dui1cuo@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zfx5130/FXAlertView.git",
"tag": "1.0.3"
},
"source_files": [
"FXAlertView",
"FXAlertView/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.4"
]
}
}