[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 4 / a / OnnxMacCUnofficial / 0.1.0 / OnnxMacCUnofficial.podspec.json
blobe6ebab8b927c8ad578a48638b3ea717b2a957234
2   "name": "OnnxMacCUnofficial",
3   "version": "0.1.0",
4   "summary": "Experimental wrapper around the C API of the Onnx Runtime.",
5   "description": "Experimental wrapper around the C API of the Onnx Runtime.\nUniversal macOS binary sourced from dylib and headers at https://github.com/microsoft/onnxruntime/releases.\nLink obtained from ONNX homepage by choosing Mac -> Arm64 -> C++.\nC++ headers then manually removed.",
6   "homepage": "https://github.com/jpohhhh/OnnxMacCUnofficial",
7   "license": "MIT",
8   "authors": {
9     "James O'Leary": "jpohhhh@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jpohhhh/OnnxMacCUnofficial.git",
13     "tag": "0.1.0"
14   },
15   "vendored_libraries": "libs/ort/lib/libonnxruntime.1.15.1.dylib",
16   "module_map": "libs/ort/include/module.modulemap",
17   "platforms": {
18     "osx": "10.14"
19   },
20   "source_files": "libs/ort/include/**/*.h",
21   "public_header_files": "libs/ort/include/**/*.h"