blob: 5e3ae235de142f3e7d84f9c17082c8885f938b00 [file] [log] [blame]
{
"name": "HSLuvSwift",
"version": "2.0.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.0.0"
},
"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"
},
"pushed_with_swift_version": "3.0"
}