[Add] BoreyAdSDK 1.0.7
[CocoaPods.git] / Specs / 5 / 7 / 4 / GLNotificationBar / 0.2.0 / GLNotificationBar.podspec.json
blob4f61f3e36cc640c2af4cb48f8c5d97e72d5c92fa
2   "name": "GLNotificationBar",
3   "version": "0.2.0",
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": "0.2.0"
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"