[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / f / 5 / NeuralKit / 0.1.10 / NeuralKit.podspec.json
blobb981f1bb31dbdf9aea277aa9a23d2a33916bf005
2   "name": "NeuralKit",
3   "version": "0.1.10",
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.10"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "NeuralKit/**/*.{swift,h,m}"