blob: 4e3efd39e613229619dc9172c306268255c8cbea [file] [log] [blame]
{
"name": "TTGSnackbar",
"module_name": "TTGSnackbar",
"version": "0.4.1",
"summary": "A Swift based implementation of the Android Snackbar for iOS. Show simple message and action button like a Toast.",
"description": "TTGSnackbar is useful for showing a brief message at the bottom of the screen with an action button.\nIt appears above all other elements on screen and only one can be displayed at a time.\nIt disappears after a timeout or after user click the action button.",
"homepage": "https://github.com/zekunyan/TTGSnackbar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zekunyan": "zekunyan@163.com"
},
"social_media_url": "https://twitter.com/zorro_tutuge",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zekunyan/TTGSnackbar.git",
"tag": "0.4.1"
},
"source_files": "TTGSnackbar/**/*.{h,swift}",
"requires_arc": true
}