[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 3 / 1 / KRBPN / 1.9.4 / KRBPN.podspec.json
blobe02a062c3ea9db7cdff836fdc9aa5dc46ca36505
2   "name": "KRBPN",
3   "version": "1.9.4",
4   "summary": "Neural Network on Machine Learning.",
5   "description": "                   Machine Learning (マシンラーニング) in this project, it implemented 3 layers ( Input Layer, Hidden Layer and Output Layer ) neural network (ニューラルネットワーク) and it named Back Propagation Neural Network (BPN). This network can be used in products recommendation (おすすめの商品), user behavior analysis (ユーザーの行動分析), data mining (データマイニング) and data analysis (データ分析).\n",
6   "homepage": "https://github.com/Kalvar/ios-BPN-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-BPN-Algorithm.git",
17     "tag": "1.9.4"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/*.h",
24   "source_files": "ML/KRBPN.h",
25   "frameworks": "Foundation"