blob: d856926dc78bfda6518f24cc49798cb7ce84b695 [file] [log] [blame]
{
"name": "KTSpectrum",
"version": "0.0.1",
"summary": "KTSpectrum is a UIImage extension that identifies dominant colors in an image using k-means clustering.",
"description": "KTSpectrum is a UIImage extension that identifies dominant colors in an image using k-means clustering. Often, it is useful to be able to find the dominant color in a UIImage. This could be applied to UI that adapts to its background when displaying an image. It can also be used in object recognition and AI eventually.",
"homepage": "https://github.com/kylry/KTSpectrum",
"license": {
"type": "MIT",
"file": "FILE_LICENSE.txt"
},
"authors": {
"Kyle Ryan": "kylrya@gmail.ocm"
},
"social_media_url": "http://twitter.com/kylry",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kylry/KTSpectrum.git",
"tag": "0.0.1"
},
"source_files": "KTSpectrum/**/*.{swift}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}