blob: 8df2efac94b7975c994b9adf162efd9a98996d6e [file] [log] [blame]
{
"name": "GLNotificationBar",
"version": "0.1.0",
"summary": "GLNotificationBar lets user to handle push notification when app is active.",
"description": "GLNotificationBar is a open source library that lets developers to display push notification or any alert message to end user as banner. iOS below 10 does't displays notification when app is active. This library is inspired by Apple's ios10 notification bar.",
"homepage": "https://github.com/gokulgovind/GLNotificationBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gokul": "gokulece26@gmail.com"
},
"source": {
"git": "https://github.com/gokulgovind/GLNotificationBar.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/gokulgovind_",
"platforms": {
"ios": "8.0"
},
"source_files": "GLNotificationBar/Classes/**/*",
"resource_bundles": {
"GLNotificationBar": [
"GLNotificationBar/Classes/*.xib",
"GLNotificationBar/Assets/*.png"
]
},
"frameworks": "UIKit",
"pushed_with_swift_version": "2.2"
}