[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / 4 / onnxruntime-training-c / 1.19.0-dev+20240805002.ee2fe87 / onnxruntime-training-c.podspec.json
blob6ed0870c4f52ae2cac6c5ea00b7358f4deacd172
2   "name": "onnxruntime-training-c",
3   "version": "1.19.0-dev+20240805002.ee2fe87",
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-training-c-1.19.0-dev+20240805002.ee2fe87.zip"
14   },
15   "summary": "ONNX Runtime Training C/C++ Pod",
16   "platforms": {
17     "ios": "13.0",
18     "osx": "11.0"
19   },
20   "vendored_frameworks": "onnxruntime.xcframework",
21   "static_framework": true,
22   "weak_frameworks": [
23     "CoreML"
24   ],
25   "source_files": "Headers/*.h",
26   "preserve_paths": [
27     "LICENSE"
28   ],
29   "description": "A pod for the ONNX Runtime C/C++ library. This pod supports additional training features.",
30   "libraries": "c++",
31   "pod_target_xcconfig": {
32     "OTHER_CPLUSPLUSFLAGS": "-fvisibility=hidden -fvisibility-inlines-hidden"
33   }