blob: ba4acecbdcf0cd920e2e879e6ef4bcdb4164a02a [file] [log] [blame]
{
"name": "RandomColorSwift",
"version": "1.0.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": "1.0.0"
},
"source_files": "RandomColor/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}