blob: 7d42b188bb24f5132dbb8bbc22cc30897376be4b [file] [log] [blame]
{
"name": "ICDialogView",
"version": "0.1.2",
"summary": "ICDialogView是一个弹出框",
"description": "TODO: iOS支持多种类型弹出框,比如:webView。用法和官方UIAlertController相似",
"homepage": "https://github.com/LimMem/ICDialogView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LimMem": "qcl901028@gmail.com"
},
"source": {
"git": "https://github.com/LimMem/ICDialogView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ICDialogView/Classes/**/*",
"resource_bundles": {
"ICDialogView": [
"ICDialogView/Assets/*.png"
]
}
}