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