blob: b71b1393d35084e53811162f0cc11668a59d36df [file] [log] [blame]
{
"name": "BrainCore",
"version": "0.0.2",
"summary": "The iOS and OS X neural network framework",
"homepage": "https://github.com/aleph7/BrainCore",
"license": "MIT",
"authors": {
"Alejandro": "email@address.com"
},
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"source": {
"git": "https://github.com/aleph7/BrainCore.git",
"tag": "0.0.2"
},
"source_files": [
"Source",
"Source/Layers"
],
"dependencies": {
"Upsurge": [
"~> 0.4"
]
}
}