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://download.onnxruntime.ai/pod-archive-onnxruntime-training-objc-1.18.0.zip"
24 "default_subspecs": "Core",
25 "static_framework": true,
30 "onnxruntime-training-c": [
37 "-fobjc-arc-exceptions",
42 "pod_target_xcconfig": {
43 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/objectivec\"",
44 "OTHER_CPLUSPLUSFLAGS": "-fvisibility=hidden -fvisibility-inlines-hidden"
46 "public_header_files": [
47 "objectivec/include/*.h"
50 "objectivec/include/*.h",
60 "objectivec/test/*.h",
61 "objectivec/test/*.m",
62 "objectivec/test/*.mm"
65 "objectivec/test/testdata/*.ort",
66 "onnxruntime/test/testdata/training_api/*.onnx",
67 "onnxruntime/test/testdata/training_api/*.ckpt",
68 "onnxruntime/test/testdata/training_api/*.in",
69 "onnxruntime/test/testdata/training_api/*.out"