blob: 997f4811b70b7e3e6381c317f2076f285a1520e5 [file] [log] [blame]
{
"name": "OctreePalette",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://github.com/RagOfJoes/OctreePalette",
"authors": {
"Victor Ragojos": "vhsvragojos@gmail.com"
},
"summary": "Extract colors from UIImage using the Octree color quantization algorithm.",
"platforms": {
"ios": "9.0"
},
"source_files": "OctreePalette/Sources/*.swift",
"source": {
"git": "https://github.com/RagOfJoes/OctreePalette.git",
"tag": "0.1.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}