blob: 0b7d494754f04e2c23af8bc605ebc285f31e2ac0 [file] [log] [blame]
{
"name": "NotificationBannerSwift",
"version": "2.2.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.2.1"
},
"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"
}