blob: 9d0c202cdeffb6b236bae30f39efc17cf0c41446 [file] [log] [blame]
{
"name": "OBMenuBarWindow",
"version": "1.1.0",
"summary": "An NSWindow subclass that can be attached to the menu bar",
"description": " OBMenuBarWindow is an NSWindow subclass that adds the\n ability to attach the window to an icon in the menu bar in\n OS X. It emulates much of the look and feel of NSPopover but\n retains the appearance and functionality of a regular\n window, including the title bar and traffic light controls.\n You can drag the window to and from the menu bar icon to\n attach and detach it from the menu bar.\n",
"homepage": "https://github.com/obolton/OBMenuBarWindow",
"screenshots": [
"http://docs.oliverbolton.com/OBMenuBarWindow/screenshot1.png",
"http://docs.oliverbolton.com/OBMenuBarWindow/screenshot2.png"
],
"license": "Modified BSD License",
"authors": {
"Oliver Bolton": "obolton@gmail.com"
},
"source": {
"git": "https://github.com/obolton/OBMenuBarWindow.git",
"tag": "1.1.0"
},
"platforms": {
"osx": "10.7"
},
"source_files": "Classes",
"requires_arc": true
}