[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / d / f / onnxruntime-mobile-c / 1.13.0-dev+20221008003.f4b944e1a / onnxruntime-mobile-c.podspec.json
blob36521c783fbb3391f5a49c4ddeb38dbec09ac4b7
2   "name": "onnxruntime-mobile-c",
3   "version": "1.13.0-dev+20221008003.f4b944e1a",
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://onnxruntimepackages.z14.web.core.windows.net/pod-archive-onnxruntime-mobile-c-1.13.0-dev+20221008003.f4b944e1a.zip"
14   },
15   "summary": "ONNX Runtime Mobile C/C++ Pod",
16   "platforms": {
17     "ios": "11.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   }