blob: b110c6f1cd6263171c3e5a2feee10497f9442f8d [file] [log] [blame]
{
"name": "NeuralSwift",
"version": "0.0.2",
"summary": "The simplest neural network library on Swift.",
"description": "Neural network for iOS on swift. try it.",
"homepage": "https://github.com/glassonion1/NeuralSwift",
"license": "MIT",
"authors": {
"Taisuke Fujita": "glassonion999@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/glassonion1/NeuralSwift.git",
"tag": "0.0.2"
},
"source_files": "NeuralSwift/**/*.{h,m,swift}",
"pushed_with_swift_version": "4.0"
}