[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 3 / KRKmeans / 2.3.1 / KRKmeans.podspec.json
blobae4c0e93cef300621f9d6df88d22def8d47a38c2
2   "name": "KRKmeans",
3   "version": "2.3.1",
4   "summary": "KRKmeans is clustering algorithm (クラスタリング分類) that one of Machine Learning methods.",
5   "description": "KRKmeans has implemented K-Means the clustering and classification algorithm (クラスタリング分類) on Machine Learning. It could be used in data mining (データマイニング) and image compression (画像圧縮).",
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.3.1"
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"