blob: e948a6eaf2c8b8f95d4649118cc3bafb3f5b9f9c [file] [log] [blame]
{
"name": "RZNotificationView",
"version": "1.1.6",
"summary": "Notifications done right",
"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!.",
"homepage": "https://github.com/rezzza/RZNotificationView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rezzza": "contact@verylastroom.com"
},
"source": {
"git": "https://github.com/rezzza/RZNotificationView.git",
"tag": "1.1.6"
},
"platforms": {
"ios": "7.0"
},
"resources": "RZNotificationView/Icons/*",
"dependencies": {
"MOOMaskedIconView": [
">= 0.1.0"
],
"PPHelpMe": [
">= 1.0.0"
]
},
"requires_arc": true,
"source_files": "RZNotificationView/RZNotificationView/*.{h,m}",
"frameworks": [
"QuartzCore",
"AudioToolbox"
]
}