blob: 431cfa663b87bcee7004233927bb0666be6092f5 [file] [log] [blame]
{
"name": "HexToColorSwift",
"version": "1.0.0",
"summary": "UIColor extension for hexcolor string conversions.",
"swift_versions": "5.0",
"description": "UIColor init using hexcolor string. Also adding util method to extract hexString back from UIColor.",
"homepage": "https://github.com/xuwei/hexcolor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuwei": "email.xuwei@gmail.com"
},
"source": {
"git": "https://github.com/xuwei/hexcolor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "12.0"
},
"source_files": "hexcolor/Classes/**/*",
"exclude_files": "hexcolor/**/*.plist",
"swift_version": "5.0"
}