blob: 373a9092639cdfa5810e9ae5b296bb689638dd9d [file] [log] [blame]
{
"name": "Malert",
"version": "2.1",
"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@gmail.com"
},
"source": {
"git": "https://github.com/vitormesquita/Malert.git",
"tag": "2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Malert/Classes/**/*",
"resource_bundles": {
"Malert": [
"Malert/Assets/*.png"
]
},
"pushed_with_swift_version": "4.0"
}