blob: 8521e3ee68d60e8e1ae89fbdc5c77b88416cb9bb [file] [log] [blame]
{
"name": "TTGSnackbar",
"module_name": "TTGSnackbar",
"version": "1.2.4",
"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": "http://tutuge.me",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zekunyan/TTGSnackbar.git",
"tag": "1.2.4"
},
"source_files": "TTGSnackbar/**/*.{h,swift}",
"requires_arc": true
}