blob: fae14a165880e5f0a2161ff2e704501360034a23 [file] [log] [blame]
{
"name": "RGSnackBar",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RGSnackBar/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftPriorityQueue": [
"~> 1.1.0"
],
"SteviaLayout": [
"~> 3.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
},
"pushed_with_swift_version": "3.2"
}