blob: a749925dd8993adc0790b093622f6440a5351f5c [file] [log] [blame]
{
"name": "WFColorCode",
"version": "1.0",
"summary": "NSColor category adding ability to handle HSL color space and CSS3 style color codes like hex, rgb() or hsla().",
"homepage": "https://github.com/1024jp/WFColorCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1024jp": "1024jp@wolfrosch.com"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/1024jp/WFColorCode.git",
"tag": "1.0"
},
"source_files": "Classes/NSColor+WFColorCode.{h,m}",
"requires_arc": true,
"compiler_flags": "-fmodules"
}