[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 3 / KRKmeans / 2.3 / KRKmeans.podspec.json
blob5596926c3315bed754dff07c6a9b963fb5d6704c
2   "name": "KRKmeans",
3   "version": "2.3",
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"
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"