blob: 732b804710485bf97c94b744b764ae6e5aedef53 [file] [log] [blame]
{
"name": "KRFuzzyCMeans",
"version": "1.2",
"summary": "Fuzzy C-Means is clustering algorithm combined fuzzy theory on Machine Learning.",
"description": "KRFuzzyCMeans has implemented Fuzzy C-Means (FCM) the fuzzy (ファジー理論) clustering / classification algorithm (クラスタリング分類) in Machine Learning (マシンラーニング). It could be used in data mining (データマイニング) and image compression (画像圧縮).",
"homepage": "https://github.com/Kalvar/ios-KRFuzzyCMeans-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-KRFuzzyCMeans-Algorithm.git",
"tag": "1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "FCM/*.h",
"source_files": "FCM/*.{h,m}",
"frameworks": "Foundation"
}