Skip to content

Commit

Permalink
[Add] QBStatusItemView 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nek023 authored and CocoaPodsBot committed Jul 14, 2014
1 parent d3c80d6 commit 2390b51
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Specs/QBStatusItemView/1.0.2/QBStatusItemView.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "QBStatusItemView",
"version": "1.0.2",
"summary": "Custom status item view that can be highlighted programmaticallly.",
"description": " `NSStatusItem` can be highlighted only if it is clicked. \n It's a problem if you want to show your original popup programmatically.\n\n QBStatusItemView can be set to the `view` property of `NSStatusItem` and can be highlighted programmatically. \n So it is useful for apps that uses original popup instead of `NSMenu`.\n",
"homepage": "https://github.com/questbeat/QBStatusItemView",
"license": "MIT",
"authors": {
"questbeat": "questbeat@gmail.com"
},
"source": {
"git": "https://github.com/questbeat/QBStatusItemView.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/questbeat",
"platforms": {
"osx": "10.6"
},
"requires_arc": true,
"source_files": "Classes"
}

0 comments on commit 2390b51

Please sign in to comment.