blob: 50c9c0a595f4926b90432ab055a29c73addf25b4 [file] [log] [blame]
{
"name": "RandomColorSwift",
"version": "0.0.1",
"summary": "An attractive color generator for Swift. Ported from randomColor.js.",
"description": " A tiny library for generating attractive random colors.\n\n It produces bright colors with a reasonably high saturation. \n This makes randomColor particularly useful for data visualizations and generative art.\n",
"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.0.1"
},
"source_files": "RandomColor/*.swift",
"requires_arc": true
}