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://onnxruntimepackages.z14.web.core.windows.net/pod-archive-onnxruntime-objc-1.16.3.zip"
23 "default_subspecs": "Core",
24 "static_framework": true,
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/ort_custom_op_registration.h",
47 "objectivec/include/ort_enums.h",
48 "objectivec/include/onnxruntime.h",
49 "objectivec/include/ort_session.h",
50 "objectivec/include/ort_env.h",
51 "objectivec/include/ort_xnnpack_execution_provider.h",
52 "objectivec/include/ort_value.h",
53 "objectivec/include/ort_coreml_execution_provider.h"
56 "objectivec/cxx_utils.h",
57 "objectivec/include/ort_custom_op_registration.h",
58 "objectivec/ort_coreml_execution_provider.mm",
59 "objectivec/include/ort_session.h",
60 "objectivec/ort_enums_internal.h",
61 "objectivec/assert_arc_enabled.mm",
62 "objectivec/ort_value_internal.h",
63 "objectivec/include/ort_env.h",
64 "objectivec/ort_env.mm",
65 "objectivec/error_utils.mm",
66 "objectivec/ort_xnnpack_execution_provider.mm",
67 "objectivec/cxx_api.h",
68 "objectivec/cxx_utils.mm",
69 "objectivec/ort_env_internal.h",
70 "objectivec/include/ort_xnnpack_execution_provider.h",
71 "objectivec/ort_value.mm",
72 "objectivec/include/ort_coreml_execution_provider.h",
73 "objectivec/include/ort_enums.h",
74 "objectivec/include/onnxruntime.h",
75 "objectivec/ort_session_internal.h",
76 "objectivec/ort_enums.mm",
77 "objectivec/error_utils.h",
78 "objectivec/include/ort_value.h",
79 "objectivec/ort_session.mm"
86 "objectivec/test/ort_value_test.mm",
87 "objectivec/test/ort_env_test.mm",
88 "objectivec/test/assertion_utils.h",
89 "objectivec/test/test_utils.h",
90 "objectivec/test/test_utils.mm",
91 "objectivec/test/ort_session_test.mm",
92 "objectivec/test/assert_arc_enabled.mm"
95 "objectivec/test/testdata/single_add.basic.ort",
96 "objectivec/test/testdata/identity_string.ort"