blob: 0bd9b5674893b4514ec6c9f694f08f07e55d54db [file] [log] [blame]
{
"name": "Snackbar",
"version": "0.1.0",
"summary": "Lightweight feedback view in Swift",
"description": "Display simple status updates and errors at the bottom of the screen.",
"homepage": "https://bitbucket.org/cameron_clendenin/snackbar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cam Clendenin": ""
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://bitbucket.org/cameron_clendenin/snackbar",
"tag": "0.1.0"
},
"source_files": "Snackbar/*.swift",
"frameworks": "UIKit",
"dependencies": {
"Cartography": [
]
},
"requires_arc": true
}