[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 3 / d / f / onnxruntime-mobile-c / 1.8.1 / onnxruntime-mobile-c.podspec.json
blobe255bf2fb6baf350935af6a89999a47cbd5b250f
2   "name": "onnxruntime-mobile-c",
3   "version": "1.8.1",
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.8.1.zip"
14   },
15   "summary": "ONNX Runtime Mobile C/C++ Pod",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "vendored_frameworks": "onnxruntime.framework",
20   "weak_frameworks": "CoreML",
21   "source_files": "onnxruntime.framework/Headers/*.h",
22   "preserve_paths": [
23     "LICENSE"
24   ],
25   "description": "A pod for the ONNX Runtime Mobile C/C++ library.",
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   }