blob: c26772dc7ea7f072f853f46a560ebff8ada534a9 [file] [log] [blame]
{
"name": "RGSnackBar",
"version": "0.5.0",
"summary": "A small, yet robust and extensible snackbar for iOS",
"description": "RGSnackBar is a small library that allows you to queue certain messages and later display them in a view you like.\n\nIt comes with default ways to display messages and a lot of possibilities.\n\nMore will come.",
"homepage": "https://github.com/jdarowski/RGSnackBar",
"license": {
"type": "MIT ",
"file": "LICENSE"
},
"authors": {
"kuvisit": "kuvisit@gmail.com"
},
"source": {
"git": "https://github.com/jdarowski/RGSnackBar.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RGSnackBar/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftPriorityQueue": [
"~> 1.0"
],
"SteviaLayout": [
"~> 4.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}