4 "summary": "KTSpectrum is a UIImage extension that identifies dominant colors in an image using k-means clustering.",
5 "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.",
6 "homepage": "https://github.com/kylry/KTSpectrum",
9 "file": "FILE_LICENSE.txt"
12 "Kyle Ryan": "kylrya@gmail.ocm"
14 "social_media_url": "http://twitter.com/kylry",
19 "git": "https://github.com/kylry/KTSpectrum.git",
22 "source_files": "KTSpectrum/**/*.{swift}",
25 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"