blob: 26ef3627733f915d35c78c4481f5b24bef246d96 [file] [log] [blame]
{
"name": "ColorWithHSL",
"version": "1.0.4",
"summary": "Swift Extension to convert HSL colour values into UIColor Objects.",
"homepage": "https://github.com/GabrielMassana",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Gabriel Massana": "gabrielmassana@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GabrielMassana/ColorWithHSL-iOS.git",
"tag": "1.0.4",
"branch": "master"
},
"source_files": "ColorWithHSL-iOS/**/*.swift",
"requires_arc": true
}