[Add] DriveMetaDataiOSSDK 0.0.7
[CocoaPods.git] / Specs / 8 / 2 / b / onnxruntime-objc / 1.13.0-dev+20221008003.f4b944e1a / onnxruntime-objc.podspec.json
blob6e38beb1223e114fc0d735b44d6829eb2369c865
2   "name": "onnxruntime-objc",
3   "version": "1.13.0-dev+20221008003.f4b944e1a",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ONNX Runtime": "onnxruntime@microsoft.com"
13   },
14   "source": {
15     "http": "https://onnxruntimepackages.z14.web.core.windows.net/pod-archive-onnxruntime-objc-1.13.0-dev+20221008003.f4b944e1a.zip"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "preserve_paths": [
21     "LICENSE"
22   ],
23   "default_subspecs": "Core",
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "onnxruntime-c": [
30           "1.13.0-dev+20221008003.f4b944e1a"
31         ]
32       },
33       "requires_arc": true,
34       "compiler_flags": [
35         "-std=c++17",
36         "-fobjc-arc-exceptions",
37         "-Wall",
38         "-Wextra",
39         "-Werror"
40       ],
41       "pod_target_xcconfig": {
42         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/objectivec\" \"${PODS_TARGET_SRCROOT}/cmake/external/SafeInt\"",
43         "OTHER_CPLUSPLUSFLAGS": "-fvisibility=hidden -fvisibility-inlines-hidden"
44       },
45       "public_header_files": [
46         "objectivec/include/*.h"
47       ],
48       "source_files": [
49         "objectivec/include/*.h",
50         "objectivec/src/*.h",
51         "objectivec/src/*.m",
52         "objectivec/src/*.mm",
53         "cmake/external/SafeInt/safeint/SafeInt.hpp"
54       ],
55       "testspecs": [
56         {
57           "name": "Tests",
58           "test_type": "unit",
59           "source_files": [
60             "objectivec/test/*.h",
61             "objectivec/test/*.m",
62             "objectivec/test/*.mm"
63           ],
64           "resources": [
65             "objectivec/test/testdata/*.ort"
66           ]
67         }
68       ]
69     }
70   ]