blob: 7b24e73a5b021e426d7f441e251ea59191dfa8ed [file] [log] [blame]
{
"name": "NotificationBannerSwift",
"version": "2.5.0",
"summary": "The easiest way to display in app notification banners in iOS.",
"description": "NotificationBanner is an extremely customizable and lightweight library that makes the task of displaying in app notification banners and drop down alerts an absolute breeze in iOS.",
"homepage": "https://github.com/Daltron/NotificationBanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daltron": "daltonhint4@gmail.com"
},
"source": {
"git": "https://github.com/Daltron/NotificationBanner.git",
"tag": "2.5.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "NotificationBanner/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
],
"MarqueeLabel": [
"~> 4.0.0"
]
}
}