blob: 6150bf26a0e8f6a89e1b20773aeb38d2af00d4f2 [file] [log] [blame]
{
"name": "ColorWithCMYK",
"version": "0.0.4",
"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.4",
"branch": "master"
},
"source_files": "ColorWithCMYK-iOS/**/*.swift",
"requires_arc": true
}