[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 1 / 3 / MLPNeuralNet / 1.0.6 / MLPNeuralNet.podspec.json
blobc9512d8807a0556d86aa102dd4243c6b56799c21
2   "name": "MLPNeuralNet",
3   "version": "1.0.6",
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.6"
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": "7.0",
20     "osx": "10.8"
21   },
22   "source_files": "MLPNeuralNet/*.{h,m}",
23   "frameworks": "Accelerate",
24   "requires_arc": true