blob: c1639be60525366a53ba66dd89f4bda98283ea08 [file] [log] [blame]
{
"name": "WFColorCode",
"version": "2.1.3",
"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"
},
"source": {
"git": "https://github.com/1024jp/WFColorCode.git",
"tag": "2.1.3"
},
"source_files": "Sources/ColorCode/*.swift",
"requires_arc": true,
"module_name": "ColorCode",
"platforms": {
"osx": "10.9"
}
}