blob: 7fcd7880e4b76cd5f96e67de49eed30d60857d59 [file] [log] [blame]
{
"name": "Smelter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"version": "0.10.3",
"summary": "Build MPSNNGraph from ONNX file",
"homepage": "https://github.com/prisma-ai/Smelter",
"authors": {
"Andrey Volodin": "a.volodin@prisma-ai.com",
"Eugene Bokhan": "eugene@prisma-ai.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/prisma-ai/Smelter.git",
"tag": "0.10.3"
},
"source_files": "Sources/**/*.{swift}",
"preserve_paths": "ONNX2MPS.py",
"swift_versions": "5.2",
"dependencies": {
"SwiftProtobuf": [
"~> 1.7.0"
],
"Alloy/ML": [
"~> 0.16.0"
]
},
"swift_version": "5.2"
}