[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / KRGreyTheory / 1.0.0 / KRGreyTheory.podspec.json
blob4dd287ca1cbd6e521405caa209dd1a164f95823b
2   "name": "KRGreyTheory",
3   "version": "1.0.0",
4   "summary": "Grey Theory on Machine Learning and Data Analysis.",
5   "description": "Machine Learning (マシンラーニング) in this project, it implemented the Grey Theory. This theory could use in big data analysis (データ分析), user behavior analysis (ユーザーの行動分析) and data mining (データマイニング) as well, especially find out what sub-factories impact on the real results via big data.",
6   "homepage": "https://github.com/Kalvar/ios-KRGreyTheory",
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-KRGreyTheory.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/**/*.h",
24   "source_files": "ML/**/*.{h,m}",
25   "frameworks": [
26     "Accelerate",
27     "Foundation"
28   ]