[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / 8 / 2 / MAChineLearning / 1.0.5 / MAChineLearning.podspec.json
blobe656417bfbcac0c4770b9b6bac7ca288979c27a8
2   "name": "MAChineLearning",
3   "version": "1.0.5",
4   "summary": "Machine Learning for the Mac and iOS.",
5   "description": "MAChineLearning is framework that provides a quick and easy way to experiment Machine Learning with\nnative code on the Mac and iOS, with some specific support for Natural Language Processing.\nIt is written in Objective-C, but it is compatible by Swift.\n\nCurrently the framework supports:\n\n* Neural Networks\n* Bag of Words\n* Word Vectors\n\nDifferently than many other machine learning libraries for macOS and iOS, MAChineLearning includes full training implementation\nfor its neural networks. You don't need a separate language or another framework to train the network, you have all you need here.",
6   "homepage": "https://github.com/gianlucabertani/MAChineLearning",
7   "license": {
8     "type": "BSD 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gianluca Bertani": "gianluca.bertani@email.it"
13   },
14   "platforms": {
15     "osx": "10.9",
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/gianlucabertani/MAChineLearning.git",
20     "tag": "1.0.5"
21   },
22   "source_files": "MAChineLearning/**/*.{h,m}",
23   "frameworks": "Accelerate",
24   "requires_arc": true,
25   "deprecated": true