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