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