[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 3 / 1 / KRBPN / 2.0.1 / KRBPN.podspec.json
blob10f83df903f4e6b621ec9e9c704476384b134003
2   "name": "KRBPN",
3   "version": "2.0.1",
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 version implemented QuickProp theory and Kecman's theory. KRBPN can be used in products recommendation (おすすめの商品), user behavior analysis (ユーザーの行動分析), data mining (データマイニング) and data analysis (データ分析).",
6   "homepage": "https://github.com/Kalvar/ios-BPN-NeuralNetwork",
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": "2.0.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "ML/*.h",
24   "source_files": "ML/KRBPN.h",
25   "frameworks": "Foundation"