[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 7 / 4 / a / OnnxMacCUnofficial / 0.8 / OnnxMacCUnofficial.podspec.json
blobbdbf7b280f0c5986ca5cb76de4718ac9e6478947
2   "name": "OnnxMacCUnofficial",
3   "version": "0.8",
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.8"
14   },
15   "vendored_frameworks": "OnnxMacCUnofficial.xcframework",
16   "weak_frameworks": "CoreML",
17   "platforms": {
18     "osx": "10.14"
19   },
20   "source_files": "OnnxMacCUnofficial.xcframework/macos-arm64_x86_64/Headers/*.h"