blob: 3f3753db58af644eddd17835803dbed5f7a8cee4 [file] [log] [blame]
{
"name": "swift-vibrant",
"version": "1.0.0",
"summary": "Extract prominent colors from an image.",
"description": "A swift port of the node-vibrant npm module. Extracts the dominant colors from an image and returns them as an easily digestible palette.",
"homepage": "https://github.com/bd452/swift-vibrant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bryce Dougherty": "bryce.dougherty@gmail.com"
},
"source": {
"git": "https://github.com/bd452/swift-vibrant.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "swiftVibrant/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}