blob: 49068a6635b0c1ce1d3be4ac4eb25381bec9e8d1 [file] [log] [blame]
{
"name": "Dodo",
"version": "1.0.10",
"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.10"
},
"screenshots": "https://raw.githubusercontent.com/exchangegroup/Dodo/master/Graphics/Paintings/alices_adventures_in_wonderland.png",
"source_files": "Dodo/**/*.swift",
"resources": "Dodo/**/*.xcassets",
"platforms": {
"ios": "8.0"
}
}