[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / e / d / 3 / PLMLibTorchWrapper / 0.3.2 / PLMLibTorchWrapper.podspec.json
blob3b3433cef60e4fecd7917e13ccef45f18da72642
2   "name": "PLMLibTorchWrapper",
3   "version": "0.3.2",
4   "homepage": "https://github.com/voize-gmbh/pytorch-lite-multiplatform",
5   "source": {
6     "git": "https://github.com/voize-gmbh/pytorch-lite-multiplatform.git",
7     "tag": "v0.3.2"
8   },
9   "authors": {
10     "Erik Ziegler": "erik@voize.de"
11   },
12   "license": {
13     "type": "MIT"
14   },
15   "summary": "Objective-C wrapper for LibTorch-Lite, to be used with pytorch-lite-multiplatform",
16   "platforms": {
17     "ios": "13.5"
18   },
19   "source_files": "ios/LibTorchWrapper/LibTorchWrapper/**/*.{h,m,mm}",
20   "dependencies": {
21     "LibTorch-Lite": [
22       "1.11.0"
23     ]
24   },
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/LibTorch-Lite/install/include/\"",
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   }