[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / f / 5 / NeuralKit / 0.1.6 / NeuralKit.podspec.json
blob17104c18467289218414d17bddca9ca9417cbc28
2   "name": "NeuralKit",
3   "version": "0.1.6",
4   "summary": "Comprehensive implementation of machine learning in Swift",
5   "description": "Acts as a replacement for the CoreML library for Swift. It allows developers\nto have more control over the algorithms used for their machine learning",
6   "homepage": "https://github.com/SylvanM/NeuralKit",
7   "license": {
8     "type": "GPL-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sylvan Martin": "alephnulltim@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SylvanM/NeuralKit.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "NeuralKit/**/*.{h,m}"