blob: b986365b144fc136cf20ecea341916a509cf44ae [file] [log] [blame]
{
"name": "NSImage+M5Darkable",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Adds choice to have particular NSImage draw in inverted colors when OS X is in the new Yosemite \"dark mode.\"",
"homepage": "https://github.com/mhuusko5/NSImage-M5Darkable",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/NSImage-M5Darkable.git",
"tag": "1.0.1"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"frameworks": [
"Cocoa",
"QuartzCore"
],
"source_files": "*.{h,m}"
}