blob: 675197493ec6c70f84d89726d0ea1e401b24bacc [file] [log] [blame]
{
"name": "Dodo",
"version": "1.0.4",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/exchangegroup/Dodo",
"summary": "A message bar written in Swift.",
"description": " This is a UI widget for showing text messages in iOS apps. It is useful for showing short messages to the user, something like: \"Message sent\", \"Note saved\", \"No Internet connection\".\n\n * Dodo includes styles for success, info, warning and error type messages.\n * The bar can have buttons with custom tap handlers.\n * Bar styles can be customized.\n * You can provide custom animations for showing and hiding the bar or use one of the default animation presets.\n",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/exchangegroup/Dodo.git",
"tag": "1.0.4"
},
"screenshots": "https://raw.githubusercontent.com/exchangegroup/Dodo/master/Graphics/Paintings/alices_adventures_in_wonderland.png",
"source_files": "Dodo/**/*.{swift,xcassets}",
"platforms": {
"ios": "8.0"
}
}