blob: 8434bffb95720f1518979211ba1f8c1184a7d4b5 [file] [log] [blame]
{
"name": "HSHexColor",
"version": "0.1.0",
"summary": "HSHexColor lib. for initialization of UIColor by hex.",
"swift_version": "4.1",
"description": "An experimental sample library that adds UIColor's initialization functions.",
"homepage": "https://github.com/hansol-yang/HSHexColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hansol-yang": "hansolyan9@gmail.com"
},
"source": {
"git": "https://github.com/hansol-yang/HSHexColor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HSHexColor/Classes/**/*"
}