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