blob: 1bbcf26a98e6ebd29831ca11ea9a150d1924be6d [file] [log] [blame]
{
"name": "MUKUserNotificationViewController",
"version": "1.0.1",
"summary": "A view controller which displays user notification replacing status bar.",
"description": " MUKUserNotificationViewController is a container view controller which displays user notifications where status bar lives.\n Functionality is highly inspired by Tweetbot.\n You will have features like:\n * sticky notifications;\n * temporary notifications with a custom duration;\n * queue of notifications with rate limiting;\n * customizable colors and text;\n * tap and pan up gestures support.\n",
"homepage": "https://github.com/muccy/MUKUserNotificationViewController",
"screenshots": [
"http://i.imgur.com/K2uiyTy.png",
"http://i.imgur.com/gCnSEvL.png",
"http://i.imgur.com/t9bLMB9.png"
],
"license": "MIT",
"authors": {
"Muccy": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKUserNotificationViewController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"compiler_flags": "-Wdocumentation",
"source_files": "Pod/Classes",
"deprecated_in_favor_of": "MUKUserNotificationController"
}