[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 4 / 0 / RZNotificationView / 1.1.6 / RZNotificationView.podspec.json
blobe948a6eaf2c8b8f95d4649118cc3bafb3f5b9f9c
2   "name": "RZNotificationView",
3   "version": "1.1.6",
4   "summary": "Notifications done right",
5   "description": "This notification class will allow you to show notification within a context without any effort. You can also just ask to display the notification on controller displayed, all automatically!.",
6   "homepage": "https://github.com/rezzza/RZNotificationView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rezzza": "contact@verylastroom.com"
13   },
14   "source": {
15     "git": "https://github.com/rezzza/RZNotificationView.git",
16     "tag": "1.1.6"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "resources": "RZNotificationView/Icons/*",
22   "dependencies": {
23     "MOOMaskedIconView": [
24       ">= 0.1.0"
25     ],
26     "PPHelpMe": [
27       ">= 1.0.0"
28     ]
29   },
30   "requires_arc": true,
31   "source_files": "RZNotificationView/RZNotificationView/*.{h,m}",
32   "frameworks": [
33     "QuartzCore",
34     "AudioToolbox"
35   ]