[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 1 / 7 / HBStatusBarNotification / 1.1.1 / HBStatusBarNotification.podspec.json
blobdc50ffcc4bbe5a8ea4630ceaf6db2a35bb08a694
2   "name": "HBStatusBarNotification",
3   "version": "1.1.1",
4   "summary": "An extremely lightweight solution to dispatching status bar notifications from anywhere in your iOS application.",
5   "description": "HBStatusBarNotification provides a simple one-liner for dispatching a text-based notification that will overlay the status bar for a short duration. It offers a range of customization options so that you can make the notification appear however you would like it to.\n\n    I made this because it's something a lot of iOS developers want in their application, but I found a lot of the existing options require more code and offer less customization. I wanted a solution that looked like it came from the same developer and wasn't obviously a library that I had dragged into my project.",
6   "homepage": "https://github.com/havenbarnes/HBStatusBarNotification",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "havenbarnes": "haven38@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/havenbarnes/HBStatusBarNotification.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "HBStatusBarNotification/Classes/**/*"