2 "name": "onnxruntime-objc",
4 "summary": "ONNX Runtime Objective-C Pod",
5 "description": "A pod for the ONNX Runtime Objective-C API.",
6 "homepage": "https://github.com/microsoft/onnxruntime",
12 "ONNX Runtime": "onnxruntime@microsoft.com"
15 "http": "https://download.onnxruntime.ai/pod-archive-onnxruntime-objc-1.18.0.zip"
24 "default_subspecs": "Core",
25 "static_framework": true,
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/onnxruntime.h",
48 "objectivec/include/ort_custom_op_registration.h",
49 "objectivec/include/ort_xnnpack_execution_provider.h",
50 "objectivec/include/ort_value.h",
51 "objectivec/include/ort_session.h",
52 "objectivec/include/ort_enums.h",
53 "objectivec/include/ort_coreml_execution_provider.h",
54 "objectivec/include/ort_env.h"
57 "objectivec/cxx_utils.h",
58 "objectivec/ort_xnnpack_execution_provider.mm",
59 "objectivec/ort_session_internal.h",
60 "objectivec/include/ort_env.h",
61 "objectivec/cxx_utils.mm",
62 "objectivec/include/ort_custom_op_registration.h",
63 "objectivec/error_utils.h",
64 "objectivec/include/ort_value.h",
65 "objectivec/ort_value_internal.h",
66 "objectivec/include/ort_enums.h",
67 "objectivec/cxx_api.h",
68 "objectivec/include/onnxruntime.h",
69 "objectivec/assert_arc_enabled.mm",
70 "objectivec/ort_enums_internal.h",
71 "objectivec/ort_enums.mm",
72 "objectivec/ort_value.mm",
73 "objectivec/ort_session.mm",
74 "objectivec/ort_env_internal.h",
75 "objectivec/include/ort_xnnpack_execution_provider.h",
76 "objectivec/ort_env.mm",
77 "objectivec/error_utils.mm",
78 "objectivec/include/ort_session.h",
79 "objectivec/ort_coreml_execution_provider.mm",
80 "objectivec/include/ort_coreml_execution_provider.h"
87 "objectivec/test/ort_value_test.mm",
88 "objectivec/test/test_utils.mm",
89 "objectivec/test/ort_env_test.mm",
90 "objectivec/test/assert_arc_enabled.mm",
91 "objectivec/test/ort_session_test.mm",
92 "objectivec/test/assertion_utils.h",
93 "objectivec/test/test_utils.h"
96 "objectivec/test/testdata/single_add.basic.ort",
97 "objectivec/test/testdata/identity_string.ort"