[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 3 / MLPNeuralNet / 1.0.9 / MLPNeuralNet.podspec.json
blob08a0a7e46323ecedaa6cf771fa1d21e5caa98ba4
2   "name": "MLPNeuralNet",
3   "version": "1.0.9",
4   "summary": "Fast multilayer perceptron neural net for iOS and Mac OS X",
5   "license": {
6     "type": "BSD"
7   },
8   "authors": {
9     "Mykola Pavlov": "me@nikolaypavlov.com"
10   },
11   "source": {
12     "git": "https://github.com/nikolaypavlov/MLPNeuralNet.git",
13     "tag": "1.0.9"
14   },
15   "homepage": "http://nikolaypavlov.github.io/MLPNeuralNet/",
16   "screenshots": "http://nikolaypavlov.github.io/MLPNeuralNet/images/500px-Artificial_neural_network.png",
17   "description": "MLPNeuralNet predicts new examples by trained neural network.\nIt is built on top of the Apple's Accelerate Framework, using vectorized\noperations and hardware acceleration if available.\n\nFeatures:\n* classification, multiclass classification and regression output;\n* vectorized implementaion;\n* works with double precision;\n* multiple hidden layers or none (in that case it's same as logistic/linear regression).",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "MLPNeuralNet/*.{h,m}",
23   "frameworks": "Accelerate",
24   "requires_arc": true