blob: 514aa40bb7db41a76fe9b50dab6c0ec3a09563ea [file] [log] [blame]
{
"name": "SSSnackbar",
"version": "0.1.2",
"summary": "An iOS implementation of the Material Design Snackbar component; a stylish actionable alert.",
"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.\n\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/stonesam92/SSSnackbar",
"screenshots": [
"http://i.imgur.com/Z5QWAJW.jpg",
"http://i.imgur.com/bud0MB4.jpg"
],
"license": "MIT",
"authors": {
"Sam Stone": "stonesam92@gmail.com"
},
"source": {
"git": "https://github.com/stonesam92/SSSnackbar.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/CmdShiftN",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SSSnackbar": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}