blob: 2b5cb41f8d066839e3947b6522674af94cb95650 [file] [log] [blame]
{
"name": "HUSLSwift",
"version": "1.2.0",
"summary": "Swift port of HUSL, a human-friendly alternative to HSL",
"homepage": "https://github.com/husl-colors/husl-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/husl-colors/husl-swift.git",
"tag": "v1.2.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"
}
}