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