blob: 7bc3154ca86b9b6a3e1da9267a8ecfe9f318dbe0 [file] [log] [blame]
{
"name": "ZTDropDownNotification",
"version": "1.0.1",
"summary": "An iOS drop-down notification.",
"description": "ZTDropDownNotification is a notification class that displays a drop-down notification\nfrom top edge of key window and dismisses it after a duration. The default layouts can\ndisplay message only or message with icon. It also supports custom layout and displays\ncustom view directly. The notification is inspired by Mobile QQ, aiming to provide a\nhandy way to show notifications.",
"homepage": "https://github.com/tatowilson/ZTDropDownNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhang Tao": "me@zhangtom.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tatowilson/ZTDropDownNotification.git",
"tag": "1.0.1"
},
"source_files": "*.{h,m}"
}