| { |
| "name": "MedianCut", |
| "version": "0.1.4", |
| "summary": "Color selection library based on Median Cut algorithm", |
| "description": "Median Cut\nColor selection 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": "0.1.4" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "MedianCut/Classes/**/*", |
| "pushed_with_swift_version": "3.2" |
| } |