blob: 036e6da81bdf6e7378366e30dcdbaa4a7d324b31 [file] [log] [blame]
{
"name": "Color2UiColor",
"version": "0.1.3",
"summary": "Color2UiColor is a hex, or rgb, to an UIColor converter.",
"description": "Color2UiColor provides two methods to convert hex or rgb value to an UIColor object.",
"homepage": "https://gitlab.com/mrcgrhrdt/color2uicolor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maurice Gerhardt": "mrcgrhrdt@gmail.com"
},
"source": {
"git": "https://gitlab.com/mrcgrhrdt/color2uicolor.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/mrcgrhrdt",
"platforms": {
"ios": "8.0"
},
"source_files": "Color2UiColor/Classes/**/*",
"swift_version": "4.2",
"frameworks": "UIKit"
}