[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 8 / 2 / MAChineLearning / 1.0.2 / MAChineLearning.podspec.json
blobd8fbc089a20d6625ebfbb58c586852b6776907aa
2   "name": "MAChineLearning",
3   "version": "1.0.2",
4   "summary": "Machine Learning for the Mac.",
5   "description": "MAChineLearning is framework that provides a quick and easy way to experiment Machine Learning with\nnative code on the Mac, with some specific support for Natural Language Processing. It is written in Objective-C, but it is\ncompatible 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   "social_media_url": "https://twitter.com/self_vs_this",
15   "platforms": {
16     "osx": "10.9",
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/gianlucabertani/MAChineLearning.git",
21     "tag": "1.0.2"
22   },
23   "source_files": "MAChineLearning/**/*.{h,m}",
24   "frameworks": "Accelerate",
25   "requires_arc": true,
26   "deprecated": true