blob: 70f24b2ace7836c4f7afbafb35cd90f191bc9821 [file] [log] [blame]
{
"name": "ColorThiefSwift",
"version": "0.3.1",
"summary": "Grabs the dominant color or a representative color palette from an image.",
"description": "Grabs the dominant color or a representative color palette from an image.\nA Swift port of same name libraries of JavaScript and Java.",
"homepage": "https://github.com/yamoridon/ColorThiefSwift",
"screenshots": "https://github.com/yamoridon/ColorThiefSwift/raw/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kazuki Ohara": "kazuki.ohara@gmail.com"
},
"source": {
"git": "https://github.com/yamoridon/ColorThiefSwift.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/yamoridon",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"source_files": "ColorThiefSwift/Classes/*.swift",
"frameworks": "UIKit"
}