blob: fe3400ca09733f74fdc8ff23ed877cef9e952b60 [file] [log] [blame]
{
"name": "HxColor",
"version": "1.0.0",
"license": "MIT",
"summary": "HexColor is a simple extension that lets you initialize UIColors the way they were meant to be initialized: With hex integer values.",
"homepage": "https://github.com/artman/HexColor",
"social_media_url": "http://twitter.com/artman",
"authors": {
"Tuomas Artman": "tuomas@artman.fi"
},
"source": {
"git": "https://github.com/artman/HexColor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HexColor/*.swift",
"requires_arc": true
}