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