blob: a14208d7510743847a73d422d94a72c524ba8ed9 [file] [log] [blame]
{
"name": "ColorWithHSV",
"version": "1.0.2",
"summary": "Swift Extension to convert HSV 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/ColorWithHSV-iOS.git",
"tag": "1.0.2",
"branch": "master"
},
"source_files": "ColorWithHSV-iOS/**/*.swift",
"requires_arc": true
}