[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / 8 / 2 / MAChineLearning / 1.0.3 / MAChineLearning.podspec.json
blob5d10099b9dc92acb57491fb470946470468c6fbd
2   "name": "MAChineLearning",
3   "version": "1.0.3",
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   "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.3"
22   },
23   "source_files": "MAChineLearning/**/*.{h,m}",
24   "frameworks": "Accelerate",
25   "requires_arc": true,
26   "deprecated": true