blob: 63564974e2158cb4ac1d70301ed738b5771e2403 [file] [log] [blame]
{
"name": "onnxruntime-mobile-c",
"version": "1.8.0",
"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.0.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",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"description": "A preview pod for ONNX Runtime Mobile C/C++ library. Pods for Objective-C and Swift coming soon."
}