blob: 1b3fa4862812a8fcfadb2100e6dde4b239c4b704 [file] [log] [blame]
{
"name": "HexString",
"version": "0.0.1",
"summary": "Convert Hex String into UIColor / Written in Swift",
"description": "Convert hex string color into UIColor and vice versa.\nThis also validate the hex string color.\n\nAvailable formats\n#RGB\n#ARGB\n#RRGGBB\n#AARRGGBB",
"homepage": "https://github.com/jasonnam/HexString",
"screenshots": "https://raw.githubusercontent.com/jasonnam/HexString/master/SCREENSHOT.png",
"authors": {
"Jason Nam": "contact@jasonnam.com"
},
"social_media_url": "http://www.jasonnam.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jasonnam/HexString.git",
"commit": "89953516ef47f9c3c228d54bcfd815de38b07a18",
"tag": "0.0.1"
},
"source_files": "UIColor+HexString.swift",
"requires_arc": true
}