blob: fdb84942a72be2148065be4d561df26923d0b16e [file] [log] [blame]
{
"name": "ColorWithHSL",
"version": "0.0.2",
"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": "0.0.2",
"branch": "master"
},
"source_files": "ColorWithHSL-iOS/**/*.swift",
"requires_arc": true
}