[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 1 / 3 / MLPNeuralNet / 0.0.2 / MLPNeuralNet.podspec.json
blobec051f538d0ccae869fc724f743d3855992644f5
2   "name": "MLPNeuralNet",
3   "version": "0.0.2",
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": "0.0.2"
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. \n                   It is built on top of the Apple's Accelerate Framework, using vectorized \n                   operations and hardware acceleration if available.\n\n                   Features:\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).\n",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.8"
21   },
22   "source_files": "MLPNeuralNet/*.{h,m}",
23   "frameworks": "Accelerate",
24   "requires_arc": true