blob: 35236a00a68604075deb6f6694f52e5b1d657064 [file] [log] [blame]
{
"name": "HexToColor",
"version": "0.0.1",
"summary": "Convenience method for converting Hex to UIColor",
"description": "Convience methods for easily using Hex values. Makes it super simple to convert Hex to a UIColor.",
"homepage": "https://github.com/garethpaul/HexToColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gareth Jones": "gareth@garethpaul.com"
},
"social_media_url": "http://twitter.com/gpj",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/garethpaul/HexToColor.git",
"tag": "0.0.1"
},
"source_files": "HexToColor/*.{swift}"
}