[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 2 / 5 / 0 / KRGreyTheory / 1.1.0 / KRGreyTheory.podspec.json
blobd3928e72fdf482ce85b2fe3123760ac8bad3b183
2   "name": "KRGreyTheory",
3   "version": "1.1.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.1.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   ]