blob: b981f1bb31dbdf9aea277aa9a23d2a33916bf005 [file] [log] [blame]
{
"name": "NeuralKit",
"version": "0.1.10",
"summary": "Comprehensive implementation of machine learning in Swift",
"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",
"homepage": "https://github.com/SylvanM/NeuralKit",
"license": {
"type": "GPL-3",
"file": "LICENSE"
},
"authors": {
"Sylvan Martin": "alephnulltim@gmail.com"
},
"source": {
"git": "https://github.com/SylvanM/NeuralKit.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "NeuralKit/**/*.{swift,h,m}"
}