blob: 7ecb28a8c9c2f73c1cba5dfa5aeff1fe78dfaa8d [file] [log] [blame]
{
"name": "TTGSnackbar",
"module_name": "TTGSnackbar",
"version": "1.10.2",
"summary": "A Swift based implementation of the Android Snackbar for iOS. Show simple message and action button or custom view like a Toast.",
"description": "TTGSnackbar is useful for showing a brief message at the bottom of the screen with an action button.\nIt also supports showing icon image, two action buttons or custom content view.\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": "9.0"
},
"source": {
"git": "https://github.com/zekunyan/TTGSnackbar.git",
"tag": "1.10.2"
},
"source_files": "TTGSnackbar/**/*.{h,swift}",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}