blob: adb2eb468a6914986890b5e0e2ec07d88a6ccd81 [file] [log] [blame]
{
"name": "KRKmeans",
"version": "2.6.0",
"summary": "KRKmeans is clustering algorithm (クラスタリング分類) that one of Machine Learning methods.",
"description": "KRKmeans has implemented K-Means the clustering algorithm (クラスタリング分類) and achieved multi-dimensional clustering in this project. KRKmeans could be used in data mining (データマイニング), image compression (画像圧縮) and classification.",
"homepage": "https://github.com/Kalvar/ios-KRKmeans-Algorithm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalvar Lin": "ilovekalvar@gmail.com"
},
"social_media_url": "https://twitter.com/ilovekalvar",
"source": {
"git": "https://github.com/Kalvar/ios-KRKmeans-Algorithm.git",
"tag": "2.6.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ML/**/*.h",
"source_files": "ML/**/*.{h,m}",
"frameworks": "Foundation"
}