blob: 27d3da103970b921b0c1878075ad0067d23f8c87 [file] [log] [blame]
{
"name": "iSnackBar",
"version": "0.1.1",
"summary": "An iOS implementation of the Material Design Snackbar component.",
"description": "Snackbars are a Android UI component which present a stylish, actionable alert to the user. Google also uses their own iOS snackbar implementation in some of their iOS apps, such as Gmail.\nSnackbar's are useful for presenting a brief message to the user which they can then act on. A common usage pattern is to display a snackbar after a user has performed some destructive action, providing the user with a grace period during which they can undo this action.",
"homepage": "https://github.com/iMhdi/iSnackBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"El Mahdi BOUKHRIS": "m.boukhris@gmail.com"
},
"source": {
"git": "https://github.com/iMhdi/iSnackBar.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "iSnackBar/*",
"frameworks": "UIKit"
}