[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / f / BSForegroundNotification / 0.3.1 / BSForegroundNotification.podspec.json
blob1182bfaf119592e3ab7c7bad3a759a9bcdb7ebdb
2   "name": "BSForegroundNotification",
3   "version": "0.3.1",
4   "summary": "Present your custom iOS 8 and iOS 9 notification alert when app is in foreground mode.",
5   "description": "If you need present notification that looks like a native notifaction in iOS 8 or 9 with custom actions including textfield while app is in foreground mode... this framework is for you:-) Simple and straightforward in use.",
6   "homepage": "https://github.com/kunass2/BSForegroundNotification",
7   "license": "MIT",
8   "authors": {
9     "Bartłomiej Semańczyk": "bartekss2@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/kunass2/BSForegroundNotification.git",
13     "tag": "0.3.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BSForegroundNotification": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AVFoundation"
28   ]