blob: d3bb084dc0f7016736a6f46ab64dc8cf865df46c [file] [log] [blame]
{
"name": "Malert",
"version": "0.1.4",
"summary": "A simple, easy and very customizable alert",
"description": "Malert came to facilitate make custom alert views, introducing as `UIAlertViewController`. Malert allows you make some custom configurations to show your alert as your application layout. Malert can display one or a queue of alerts and you can to display alert with some animations.",
"homepage": "https://github.com/vitormesquita/Malert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vitor Mesquita": "vitor.mesquita09@jera.com.br"
},
"source": {
"git": "https://github.com/vitormesquita/Malert.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Malert/Classes/**/*",
"resource_bundles": {
"Malert": [
"Malert/Assets/*.png"
]
},
"dependencies": {
"Cartography": [
"~> 1.0"
],
"OAStackView": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0"
}