blob: 6e32f1f10f83ac124480d5b891d527cc094ded74 [file] [log] [blame]
{
"name": "NeuralSwift",
"version": "0.0.1",
"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.1"
},
"source_files": "NeuralSwift/**/*.{h,m,swift}",
"pushed_with_swift_version": "3.0"
}