blob: 25558349c6b3b9cb0aad4daf7bd11d2774359336 [file] [log] [blame]
{
"name": "HUSLSwift",
"version": "1.0.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.0.0"
},
"default_subspecs": "HUSL",
"requires_arc": true,
"xcconfig": {
"SWIFT_INSTALL_OBJC_HEADER": "NO"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"subspecs": [
{
"name": "HUSL",
"source_files": "Source/*.{swift}",
"frameworks": "Foundation"
},
{
"name": "UIKit",
"ios": {
"source_files": "Extensions/UIKit/*.{swift}",
"frameworks": "UIKit"
},
"dependencies": {
"HUSLSwift/HUSL": [
]
}
},
{
"name": "AppKit",
"osx": {
"source_files": "Extensions/AppKit/*.{swift}",
"frameworks": "AppKit"
},
"dependencies": {
"HUSLSwift/HUSL": [
]
}
}
]
}