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