blob: 448018d5884fe7e4d1952fb3d8b768b4786df017 [file] [log] [blame]
{
"name": "MUKUserNotificationController",
"version": "1.0.0",
"summary": "A controller which displays user notifications covering status bar.",
"description": " MUKUserNotificationController is a controller (not 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/MUKUserNotificationController",
"screenshots": [
"http://i.imgur.com/K2uiyTy.png",
"http://i.imgur.com/gCnSEvL.png",
"http://i.imgur.com/t9bLMB9.png"
],
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKUserNotificationController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"compiler_flags": "-Wdocumentation",
"source_files": [
"Pod/Classes",
"Pod/Classes/**/*.{h,m}"
],
"resource_bundles": {
"MUKUserNotificationController": [
"Pod/Assets/*.png"
]
},
"private_header_files": "Pod/Classes/Private/*.h"
}