blob: 5c9f62562c8a77e34fc036faaeb216fa68da3a6d [file] [log] [blame]
{
"name": "BFColorPickerPopover",
"version": "0.0.1",
"summary": "The standard OS X color picker put into an NSPopover",
"screenshots": "http://i.imgur.com/Qm38i.png",
"description": " BFColorPickerPopover is a subclass of NSPopover that includes the standard OS X color\n picker user interface. This helps reducing the inspector window and panel clutter on \n the screen, as the popover sticks to the content it belongs to. However it's still \n possible to transform it into an inspector style floating panel by simple dragging \n it off from the color well.\n",
"homepage": "https://github.com/DrummerB/BFColorPickerPopover",
"license": {
"type": "BSD",
"file": "License"
},
"authors": {
"DrummerB": "balazsfaludi@gmail.com"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/DrummerB/BFColorPickerPopover.git",
"commit": "e171d6b127e21210802fa0edfd67663e906ad2a9"
},
"source_files": [
"BFColorPickerPopover/*.{h,m}",
"BFColorPickerPopover/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "BFColorPickerPopover/*.{h,m}",
"requires_arc": true
}