blob: b3009b5636f21ffd930facf22f3c663a8d2d17e2 [file] [log] [blame]
{
"name": "hsluv-objc",
"version": "2.0.0",
"summary": "HSLuv is a human-friendly alternative to HSL.",
"description": "CIELUV is a color space designed for perceptual uniformity based on human experiments. When accessed by polar coordinates, it becomes functionally similar to HSL with a single problem: its chroma component doesn't fit into a specific range.\n\nHSLuv extends CIELUV with a new saturation component that allows you to span all the available chroma as a neat percentage.",
"homepage": "https://github.com/hsluv/hsluv-objc",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexei Boronine": "alexei@boronine.com",
"Roger Tallada": "info@rogertallada.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/hsluv/hsluv-objc.git",
"tag": "2.0.0"
},
"source_files": [
"hsluv-objc",
"hsluv-objc/**/*.{h,m}"
],
"requires_arc": true
}