blob: fe9b37a4cc7daf028a80a6fd10b130f1492b687e [file] [log] [blame]
{
"name": "BrainCore",
"version": "0.2.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": "8.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/aleph7/BrainCore.git",
"tag": "0.2.1",
"submodules": true
},
"source_files": [
"Source",
"Source/Layers",
"Source/Metal/*.metal",
"Source/Metal/*.h"
],
"private_header_files": "Source/Metal/*.h",
"dependencies": {
"Upsurge": [
"~> 0.7"
]
}
}