blob: bcff7b20005ac666121b6a4bd29fbd45732812f3 [file] [log] [blame]
{
"name": "HexColors",
"version": "5.0.0",
"license": "MIT",
"summary": "HexColors is an extension for UIColor and NSColor to support for creating colors from a hex strings.",
"homepage": "https://github.com/mRs-/HexColors",
"description": "HexColors is an extension for UIColor and NSColor to support for creating colors from a hex string like #FF0088 or 8844FF and back to a String. Completely rewritten in Swift 3!\n\nIf you want to use this in Objective-C jump to the 4.X version Tag.",
"authors": {
"Marius Landwehr": "marius.landwehr@gmail.com"
},
"source": {
"git": "https://github.com/mRs-/HexColors.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}