blob: a186d6699c37249839e4a4ed16424b96d367b05a [file] [log] [blame]
{
"name": "ColorHash",
"version": "0.1.0",
"summary": "Color Generator Based on Swift String",
"description": "This is a Swift port of [Color Hash](https://github.com/zenozeng/color-hash).\n\nGenerates UIColor and NSColor from given string.\n\n```\nlet str = \"こんにちは、世界\"\nlet saturation = 0.30\nlet lightness = 0.70\n\nColorHash(str, [CGFloat(saturation)], [CGFloat(lightness)]).color\n```",
"homepage": "https://github.com/ngs/color-hash.swift",
"license": "MIT",
"authors": {
"Atsushi Nagase": "a@ngs.io"
},
"source": {
"git": "https://github.com/ngs/color-hash.swift.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "ColorHash/*.swift"
}