blob: 0ac7e8c0c66e8e30683a4f5db63b85b87203b83a [file] [log] [blame]
{
"name": "NeuralKit",
"version": "0.1.4",
"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-2",
"file": "LICENSE"
},
"authors": {
"Sylvan Martin": "alephnulltim@gmail.com"
},
"source": {
"git": "https://github.com/SylvanM/NeuralKit.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "NeuralKit/**/*.{swift,h,m}"
}