blob: 36e5674d7481ed108f041ead0e3faebb9006d3b2 [file] [log] [blame]
{
"name": "WFColorCode",
"version": "1.1.1",
"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.1.1"
},
"source_files": "Classes/NSColor+WFColorCode.{h,m}",
"requires_arc": true,
"compiler_flags": "-fmodules"
}