blob: d8f4fdad805c9be943a843ad934bb0aec774b4e1 [file] [log] [blame]
{
"name": "HSLuvSwift",
"version": "2.1.0",
"summary": "Swift port of HSLuv, a human-friendly alternative to HSL",
"homepage": "https://github.com/hsluv/hsluv-swift",
"license": {
"type": "MIT",
"text": "@see LICENSE"
},
"authors": {
"Clay Smith": "s.clay.smith@gmail.com",
"Alexei Boronine": "alexei@boronine.com"
},
"source": {
"git": "https://github.com/hsluv/hsluv-swift.git",
"tag": "v2.1.0"
},
"requires_arc": true,
"xcconfig": {
"SWIFT_INSTALL_OBJC_HEADER": "NO"
},
"source_files": "Sources/HSLuvSwift/*.{swift}",
"frameworks": "Foundation",
"swift_versions": "4.0",
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"swift_version": "4.0"
}