[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 7 / 4 / GLNotificationBar / 2.3.4 / GLNotificationBar.podspec.json
blob3a2d3af08dd5449b2f38471fe6ac0d8e0d6e5086
2   "name": "GLNotificationBar",
3   "version": "2.3.4",
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": "2.3.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GLNotificationBar/Classes/**/*",
22   "resource_bundles": {
23     "GLNotificationBar": [
24       "GLNotificationBar/Classes/*.xib",
25       "GLNotificationBar/Assets/*.png"
26     ]
27   },
28   "frameworks": "UIKit",
29   "pushed_with_swift_version": "3.1"