blob: f56bbbc5beb26e83f9d2013b0f6dcd18fbf00888 [file] [log] [blame]
{
"name": "MFSnackBar",
"version": "0.1.1",
"summary": "Small notifications loosely based on iOS banner notifications and Android's snackbar",
"description": "Display notifications with accessories, buttons, different actions for dismiss and button touch. All that with a smooth and stylish animation!",
"homepage": "https://github.com/MediaflexPL/MFSnackBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Darowski": "jakub.darowski@mediaflex.pl"
},
"source": {
"git": "https://github.com/MediaflexPL/MFSnackBar.git",
"tag": "0.1.1"
},
"module_name": "MFSnackBar",
"platforms": {
"ios": "9.0"
},
"source_files": "MFSnackBar/Classes/*.swift",
"resources": [
"MFSnackBar/Assets/*.xib",
"MFSnackBar/Assets/*.png"
],
"frameworks": "UIKit",
"dependencies": {
"SteviaLayout": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}