[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 1 / 7 / HBStatusBarNotification / 0.1.0 / HBStatusBarNotification.podspec.json
blobbce417621c5cd931b292ec0be7f1f7c2e2efdfff
2   "name": "HBStatusBarNotification",
3   "version": "0.1.0",
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": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HBStatusBarNotification/Classes/**/*",
22   "pushed_with_swift_version": "3.0"