blob: 4d4ef0f5230e54089bc5d63f26a77db79914be15 [file] [log] [blame]
{
"name": "Smelter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"version": "0.9.6",
"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.9.6"
},
"source_files": [
"Sources/**/*.{swift}",
"*.py"
],
"swift_versions": "5.1",
"dependencies": {
"SwiftProtobuf": [
"~> 1.7.0"
],
"Alloy/ML": [
"~> 0.13.1"
]
},
"swift_version": "5.1"
}