blob: e0ddc295293cecce82fea7ea3f9b5e443bdf2876 [file] [log] [blame]
{
"name": "DominantColor",
"version": "0.2.0",
"summary": "Finding dominant colors of an image using k-means clustering.",
"homepage": "https://github.com/indragiek/DominantColor",
"license": "MIT",
"authors": {
"Indragie Karunaratne": "i@indragie.com"
},
"source": {
"git": "https://github.com/indragiek/DominantColor.git",
"tag": "0.2.0"
},
"source_files": "DominantColor/Shared/*.{swift,h,m}",
"requires_arc": true,
"frameworks": [
"GLKit",
"GameKit"
],
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "Cocoa"
},
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}