blob: af6299b268036d3759fc8c5728f57cefe4568e7b [file] [log] [blame]
{
"name": "SGSnackBar",
"version": "1.0.1",
"summary": "An Android snackbar type information toast/popup",
"description": "A highly customizable view similar to android snackbar which can be shown to show user simple toast updates that auto dismiss, or show with a action button to get user feedback for simple cases like : undo a message delete, show push notification content and get user action and so on.",
"homepage": "https://github.com/Shubhank101/SGSnackBar",
"license": "MIT",
"authors": {
"Shubhank Gupta": "shubhankscores@gmail.com"
},
"source": {
"git": "https://github.com/Shubhank101/SGSnackBar.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SGSnackBar": [
"Pod/Assets/*.png"
]
}
}