blob: 218d0dbb10ff46571d52493c1565f9677a05ac97 [file] [log] [blame]
{
"name": "DCOTransparentScroller",
"version": "0.0.1",
"summary": "Removes the track from NSScrollers.",
"description": " Removes the track NSScrollers normally draw when a\n regular mouse/tablet is attached.\n\n Source: http://stackoverflow.com/a/5252803/2219517.\n",
"homepage": "http://github.com/DangerCove/DCOTransparentScroller",
"license": "BSD",
"authors": {
"Boy van Amstel": "boy@dangercove.com"
},
"platforms": {
"osx": null
},
"source": {
"git": "https://github.com/DangerCove/DCOTransparentScroller.git",
"tag": "0.0.1"
},
"source_files": "DCOTransparentScroller/*.{h,m}",
"requires_arc": true
}