2 "name": "onnxruntime-training-objc",
4 "summary": "ONNX Runtime Objective-C Pod",
5 "description": "A pod for the ONNX Runtime Objective-C training API.",
6 "homepage": "https://github.com/microsoft/onnxruntime",
12 "ONNX Runtime": "onnxruntime@microsoft.com"
15 "http": "https://onnxruntimepackages.z14.web.core.windows.net/pod-archive-onnxruntime-training-objc-1.16.2.zip"
23 "default_subspecs": "Core",
24 "static_framework": true,
29 "onnxruntime-training-c": [
36 "-fobjc-arc-exceptions",
41 "pod_target_xcconfig": {
42 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/objectivec\"",
43 "OTHER_CPLUSPLUSFLAGS": "-fvisibility=hidden -fvisibility-inlines-hidden"
45 "public_header_files": [
46 "objectivec/include/*.h"
49 "objectivec/include/*.h",
59 "objectivec/test/*.h",
60 "objectivec/test/*.m",
61 "objectivec/test/*.mm"
64 "objectivec/test/testdata/*.ort",
65 "onnxruntime/test/testdata/training_api/*.onnx",
66 "onnxruntime/test/testdata/training_api/*.ckpt",
67 "onnxruntime/test/testdata/training_api/*.in",
68 "onnxruntime/test/testdata/training_api/*.out"