blob: a04ec5418fad7793c4de09e048bd6610ff11d557 [file] [log] [blame]
{
"name": "NotificationBannerSwift",
"version": "1.7.3",
"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": "1.7.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NotificationBanner/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0.1"
],
"MarqueeLabel/Swift": [
"~> 3.2.0"
]
}
}