[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / b / MUKUserNotificationViewController / 1.0.1 / MUKUserNotificationViewController.podspec.json
blob1bbcf26a98e6ebd29831ca11ea9a150d1924be6d
2   "name": "MUKUserNotificationViewController",
3   "version": "1.0.1",
4   "summary": "A view controller which displays user notification replacing status bar.",
5   "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",
6   "homepage": "https://github.com/muccy/MUKUserNotificationViewController",
7   "screenshots": [
8     "http://i.imgur.com/K2uiyTy.png",
9     "http://i.imgur.com/gCnSEvL.png",
10     "http://i.imgur.com/t9bLMB9.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Muccy": "muccymac@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/muccy/MUKUserNotificationViewController.git",
18     "tag": "1.0.1"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "compiler_flags": "-Wdocumentation",
25   "source_files": "Pod/Classes",
26   "deprecated_in_favor_of": "MUKUserNotificationController"