[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / f / BSForegroundNotification / 1.1 / BSForegroundNotification.podspec.json
blob76e9650c1ccc91a947250c509b40eeb4d74b325d
2   "name": "BSForegroundNotification",
3   "version": "1.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": "1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": [
21     "UIKit",
22     "AVFoundation"
23   ]