blob: a11f1992dc36013913c00c47bfe73aab14a4eabb [file] [log] [blame]
{
"name": "KRKmeans",
"version": "2.1",
"summary": "KRKmeans is clustering algorithm (クラスタリング分類) that one of Machine Learning methods.",
"description": " KRKmeans has implemented K-Means the clustering and classification algorithm (クラスタリング分類) on Machine Learning. It could be used in data mining (データマイニング) and image compression (画像圧縮).\n",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ML/*.h",
"source_files": "ML/KRKmeans.h",
"frameworks": "Foundation"
}