blob: 83c2758d63ba8b6e973a80e02cbca4747af4ea1d [file] [log] [blame]
{
"name": "XHGAlertView",
"version": "1.0.0",
"summary": "AlertView,for XHG, supports Custom view",
"description": "'XHGAlertView ,小黄狗自定义的AlertView样式弹窗,支持整个弹窗完全由自己绘制,也支持将自己自定义的视图加入到默认的样式中。'",
"homepage": "https://github.com/gdutxzy/XHGAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gdutxzy": "xiezongyuan@xhg.com"
},
"source": {
"git": "https://github.com/gdutxzy/XHGAlertView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XHGAlertView/Classes/**/*",
"resource_bundles": {
"XHGAlertView": [
"XHGAlertView/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}