blob: 36431d85535a27e3179718b1ccbe8ecc9ed8759c [file] [log] [blame]
{
"name": "onnxruntime-mobile-c",
"version": "1.8.1",
"authors": {
"ONNX Runtime": "onnxruntime@microsoft.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/microsoft/onnxruntime",
"source": {
"http": "https://onnxruntimepackages.blob.core.windows.net/ortmobilestore/onnxruntime-mobile-c-1.8.1.zip"
},
"summary": "ONNX Runtime Mobile C/C++ Pod",
"platforms": {
"ios": "11.0"
},
"vendored_frameworks": "onnxruntime.framework",
"weak_frameworks": "CoreML",
"source_files": "onnxruntime.framework/Headers/*.h",
"preserve_paths": [
"LICENSE"
],
"description": "A pod for the ONNX Runtime Mobile C/C++ library.",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}