blob: 987dd32828e228da7d8e8865339b9d8c75a42b09 [file] [log] [blame]
{
"name": "DetectImageColorsFramework",
"version": "1.0.0",
"summary": "Extracts 4 main colors from an image: primary, secondary, detail and background.",
"description": "Extracts 4 main colors from an image: primary, secondary, detail and background. OS X framework written in Swift 2.2",
"homepage": "https://github.com/ericdke/DetectImageColorsFramework",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Eric D.": "eric@aya.io"
},
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ericdke/DetectImageColorsFramework.git",
"tag": "1.0.0",
"submodules": true
},
"source_files": "DetectImageColorsFramework/**/*.{h,swift}",
"deprecated": true
}