[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 5 / MUKUserNotificationController / 1.0.0 / MUKUserNotificationController.podspec.json
blob448018d5884fe7e4d1952fb3d8b768b4786df017
2   "name": "MUKUserNotificationController",
3   "version": "1.0.0",
4   "summary": "A controller which displays user notifications covering status bar.",
5   "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",
6   "homepage": "https://github.com/muccy/MUKUserNotificationController",
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     "Marco Muccinelli": "muccymac@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/muccy/MUKUserNotificationController.git",
18     "tag": "1.0.0"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "compiler_flags": "-Wdocumentation",
25   "source_files": [
26     "Pod/Classes",
27     "Pod/Classes/**/*.{h,m}"
28   ],
29   "resource_bundles": {
30     "MUKUserNotificationController": [
31       "Pod/Assets/*.png"
32     ]
33   },
34   "private_header_files": "Pod/Classes/Private/*.h"