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