blob: 521f65aff166e9f02127567cedcdd100c1d8357f [file] [log] [blame]
{
"name": "BrainCore",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Source",
"Source/Layers"
],
"dependencies": {
"Upsurge": [
"~> 0.4"
]
}
}