[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / e / 9 / KRFuzzyCMeans / 1.0 / KRFuzzyCMeans.podspec.json
blobdfd13d4e48534cb995f61dc8ef12144c8b7032a4
2   "name": "KRFuzzyCMeans",
3   "version": "1.0",
4   "summary": "Fuzzy C-Means is clustering algorithm combined fuzzy theory on Machine Learning.",
5   "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 (画像圧縮).\n",
6   "homepage": "https://github.com/Kalvar/ios-KRFuzzyCMeans-Algorithm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalvar Lin": "ilovekalvar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ilovekalvar",
15   "source": {
16     "git": "https://github.com/Kalvar/ios-KRFuzzyCMeans-Algorithm.git",
17     "tag": "1.0"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "FCM/*.h",
24   "source_files": "FCM/KRFuzzyCMeans.h",
25   "frameworks": "Foundation"