blob: a4a2d05cca6998e5dbb2c1049c13b15c3bf9b587 [file] [log] [blame]
{
"name": "HSLuvColor",
"version": "0.9.3",
"summary": "wrkstrm port of HSLuvSwift, a human-friendly alternative to HSL.",
"homepage": "https://github.com/wrkstrm/hsluv-color",
"license": {
"type": "MIT",
"text": "@see LICENSE"
},
"authors": {
"Cristian A Monterroza": "cmonterroza@wrkstrm.me",
"Clay Smith": "s.clay.smith@gmail.com",
"Alexei Boronine": "alexei@boronine.com"
},
"source": {
"git": "https://github.com/wrkstrm/hsluv-swift.git",
"tag": "v0.9.3"
},
"swift_version": "4.1",
"requires_arc": true,
"xcconfig": {
"SWIFT_INSTALL_OBJC_HEADER": "NO"
},
"source_files": "Source/*.{swift}",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"ios": {
"source_files": "Extensions/UIKit/*.{swift}",
"frameworks": "UIKit"
},
"osx": {
"source_files": "Extensions/AppKit/*.{swift}",
"frameworks": "AppKit"
}
}