blob: ecce75bb64ddeea323644532df18dded4fc99995 [file] [log] [blame]
{
"name": "MedianCut",
"version": "1.0.0",
"summary": "An image color extract library based on Median Cut algorithm",
"description": "Median Cut\nAn image color extract library based on Median Cut algorithm.",
"homepage": "https://github.com/kyounh12/MedianCut",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"junseok_lee": "kyounh12@snu.ac.kr"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/kyounh12/MedianCut.git",
"tag": "1.0.0"
},
"source_files": "MedianCut/Classes/**/*",
"swift_version": "5.0"
}