blob: 1fc7c0ea0d1e4d7867e8bb9cca4f4761cb01304e [file] [log] [blame]
{
"name": "HexString",
"version": "0.0.3",
"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": "d2e99762f54edb335ca0a0abb64c3e42a0ac5fca",
"tag": "0.0.3"
},
"source_files": "UIColor+HexString.swift",
"requires_arc": true
}