[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 7 / 4 / GLNotificationBar / 1.2.1 / GLNotificationBar.podspec.json
blobefbf0ae647682065448588d4776f62c963b4be1c
2   "name": "GLNotificationBar",
3   "version": "1.2.1",
4   "summary": "GLNotificationBar lets user to handle push  notification when app is active.",
5   "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.",
6   "homepage": "https://github.com/gokulgovind/GLNotificationBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gokul": "gokulece26@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gokulgovind/GLNotificationBar.git",
16     "tag": "1.2.1"
17   },
18   "social_media_url": "https://twitter.com/gokulgovind_",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "GLNotificationBar/Classes/**/*",
23   "resource_bundles": {
24     "GLNotificationBar": [
25       "GLNotificationBar/Classes/*.xib",
26       "GLNotificationBar/Assets/*.png"
27     ]
28   },
29   "frameworks": "UIKit",
30   "pushed_with_swift_version": "2.2"