[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / a / KTSpectrum / 0.0.1 / KTSpectrum.podspec.json
blobd856926dc78bfda6518f24cc49798cb7ce84b695
2   "name": "KTSpectrum",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE.txt"
10   },
11   "authors": {
12     "Kyle Ryan": "kylrya@gmail.ocm"
13   },
14   "social_media_url": "http://twitter.com/kylry",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/kylry/KTSpectrum.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "KTSpectrum/**/*.{swift}",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   }