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