[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / b / KRRBFNN / 1.0.0 / KRRBFNN.podspec.json
blob461f926bf830f1b9169d747e1c96615eb5b5c629
2   "name": "KRRBFNN",
3   "version": "1.0.0",
4   "summary": "KRRBFNN is implemented Radial basis function network of machine learning.",
5   "description": "KRRBFNN is a Radial basis function network used Guassian function currently, implemented OLS, LMS, SGA, Random.",
6   "homepage": "https://github.com/Kalvar/ios-KRRBFNN",
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-KRRBFNN.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   ]