blob: a38aafe3768cd5a8f1f5ef04fdff52ae765c51bb [file] [log] [blame]
{
"name": "RandomColorSwift",
"version": "0.1.0",
"summary": "An attractive color generator for Swift. Ported from randomColor.js.",
"description": "A tiny library for generating attractive random colors.\n\nIt produces bright colors with a reasonably high saturation. \nThis makes randomColor particularly useful for data visualizations and generative art.",
"homepage": "https://github.com/onevcat/RandomColorSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"onevcat": "onevcat@gmail.com"
},
"social_media_url": "http://twitter.com/onevcat",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/onevcat/RandomColorSwift.git",
"tag": "0.1.0"
},
"source_files": "RandomColor/*.swift",
"requires_arc": true
}