blob: a2f68c10f43ded9328fc477639506f708814e805 [file] [log] [blame]
{
"name": "BrainCore",
"version": "0.1.1",
"summary": "The iOS and OS X neural network framework",
"homepage": "https://github.com/aleph7/BrainCore",
"license": "MIT",
"authors": {
"Alejandro Isaza": "al@isaza.ca"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/aleph7/BrainCore.git",
"tag": "0.1.1",
"submodules": true
},
"source_files": [
"Source",
"Source/Layers"
],
"dependencies": {
"Upsurge": [
"~> 0.5.0"
]
}
}