blob: ac4ff66459a366c591b420e516825df127fb19a6 [file] [log] [blame]
{
"name": "NNToolkitCore",
"version": "0.2.0",
"summary": "Core C library with NN filters",
"description": "LSTM. Conv1d. GRU. BatchNorm. Dense. Audio processing tools",
"homepage": "https://github.com/techpro-studio/NNToolkitCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleksii Moiseenko": "oleksiimoiseenko@gmail.com"
},
"source": {
"git": "https://github.com/techpro-studio/NNToolkitCore.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"watchos": "4.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": "Sources/**/*.{h,c}",
"weak_frameworks": "Accelerate"
}