blob: 6bb9418c57bb84f31ec4eadbaeb540b22ee3b10e [file] [log] [blame]
{
"name": "EVWDropDownNotification",
"version": "0.1.0",
"summary": "A simple but yet powerfull DropDown Notification for iOS",
"description": "A simple but yet powerfull DropDown Notification View for iOS written in Swift. The notification is fully configurable through exposed properties (e.g. Button Alignment, Text Color, Button Radius etc) and offers 3 delegate methods for events",
"homepage": "https://github.com/cre8it/EVWDropDownNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CRE8IT GmbH": "mobile@cre8it.ch"
},
"source": {
"git": "https://github.com/cre8it/EVWDropDownNotification.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EVWDropDownNotification/Classes/**/*",
"frameworks": "UIKit"
}