blob: 9e18c715c0b8b6a167d39e2a5dbaebc64ee61fa6 [file] [log] [blame]
{
"name": "NotificationBannerSwift",
"version": "2.5.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "NotificationBanner/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
],
"MarqueeLabel": [
"~> 4.0.0"
]
}
}