[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / c / 4 / 3 / KRKmeans / 2.5.0 / KRKmeans.podspec.json
blobcfdec76b53f17385bace49d5cb111afdff48b6ce
2   "name": "KRKmeans",
3   "version": "2.5.0",
4   "summary": "KRKmeans is clustering algorithm (クラスタリング分類) that one of Machine Learning methods.",
5   "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.",
6   "homepage": "https://github.com/Kalvar/ios-KRKmeans-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-KRKmeans-Algorithm.git",
17     "tag": "2.5.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/**/*.h",
24   "source_files": "ML/**/*.{h,m}",
25   "frameworks": "Foundation"