blob: 644df3a16a5f54cdbe0cab6267f8776441c45c78 [file] [log] [blame]
{
"name": "Smelter",
"version": "0.9.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Build MPSNNGraph from ONNX MetalPerformanceShadersl file",
"homepage": "https://github.com/prisma-ai/Smelter",
"authors": {
"Andrey Volodin": "a.volodin@prisma-ai.com"
},
"source": {
"git": "https://github.com/prisma-ai/Smelter.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": [
"Sources/**/*.{swift}",
"*.py"
],
"frameworks": "MetalPerformanceShaders",
"swift_version": "4.2",
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"dependencies": {
"SwiftProtobuf": [
"~> 1.1.0"
],
"Alloy/ML": [
"~> 0.10.4"
]
}
}