blob: d5f480a02999f64368f874093bc0baa9d9acfcb4 [file] [log] [blame]
{
"name": "NotificationBannerAlert",
"version": "0.1.1",
"summary": "Create notification banner alert on top of status bar / navigation bar.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tdhman/NotificationBannerAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tdhman": "tdhman@somewhere.com"
},
"source": {
"git": "https://github.com/tdhman/NotificationBannerAlert.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "NotificationBannerAlert/Classes/**/*",
"resource_bundles": {
"NotificationBannerAlert": [
"NotificationBannerAlert/Assets/*.png"
]
},
"frameworks": "UIKit"
}