blob: 82eb49f3ee29e35f93f14e58f1fdaf7d176ec82c [file] [log] [blame]
{
"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"
}