blob: bbc27456f0e7235535499afc9c2c4376fa5d892e [file] [log] [blame]
{
"name": "TFTColor",
"version": "1.0.0",
"summary": "A simple UIColor category to get color with hex code.",
"description": "A simple UIColor library to get UIColor object from RGB hex string/value, CMYK hex string/value or CMYK base component values. You can also retrieve back RGB hex string/value, CMYK hex string/value.",
"homepage": "https://github.com/burhanuddin353/TFTColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"burhanuddin353@gmail.com": "burhanuddin353@gmail.com"
},
"source": {
"git": "https://github.com/burhanuddin353/TFTColor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TFTColor/Classes/**/*",
"pushed_with_swift_version": "3.0"
}