blob: 0fa2a1020ca04235277c3c6cadc99bd7357118eb [file] [log] [blame]
{
"name": "ColorThiefSwift",
"version": "0.4.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.4.1"
},
"social_media_url": "https://twitter.com/yamoridon",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source_files": "ColorThiefSwift/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}