blob: 528067a267a28928cfa2f1728208786751bd0e8e [file] [log] [blame]
{
"name": "NSView+LinenBackground",
"version": "1.0",
"summary": "Adds a [drawLinen] methods to NSView.",
"description": "Draw the standard linen background on any NSView.",
"homepage": "https://bitbucket.org/i386/nsview-linenbackground/",
"license": "Apache License, Version 2.0",
"authors": {
"James Dumay": "james.w.dumay@gmail.com"
},
"source": {
"git": "https://i386@bitbucket.org/i386/nsview-linenbackground.git",
"tag": "1.0"
},
"platforms": {
"osx": 10.7
},
"source_files": "*.{h,m}",
"requires_arc": true
}