[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / d / f / onnxruntime-mobile-c / 1.18.0 / onnxruntime-mobile-c.podspec.json
blobdb8eb8be68becf7fe2a98c9720a2536a3dcfa5d2
2   "name": "onnxruntime-mobile-c",
3   "version": "1.18.0",
4   "authors": {
5     "ONNX Runtime": "onnxruntime@microsoft.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/microsoft/onnxruntime",
12   "source": {
13     "http": "https://download.onnxruntime.ai/pod-archive-onnxruntime-mobile-c-1.18.0.zip"
14   },
15   "summary": "ONNX Runtime Mobile C/C++ Pod",
16   "platforms": {
17     "ios": "12.0"
18   },
19   "vendored_frameworks": "onnxruntime.xcframework",
20   "static_framework": true,
21   "weak_frameworks": [
22     "CoreML"
23   ],
24   "source_files": "Headers/*.h",
25   "preserve_paths": [
26     "LICENSE"
27   ],
28   "description": "A pod for the ONNX Runtime Mobile C/C++ library. This library supports a reduced set of opsets, ops, and types and only supports ORT format models in order to reduce binary size.",
29   "libraries": "c++",
30   "pod_target_xcconfig": {
31     "OTHER_CPLUSPLUSFLAGS": "-fvisibility=hidden -fvisibility-inlines-hidden"
32   }