[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 8 / f / LibTorchvision-DONOTUSE / 0.13.0 / LibTorchvision-DONOTUSE.podspec.json
blobabea655a6c9c4448a23de55335efd2ccfd038125
2   "name": "LibTorchvision-DONOTUSE",
3   "version": "0.13.0",
4   "authors": "Roman Rädle",
5   "license": {
6     "type": "BSD"
7   },
8   "homepage": "https://github.com/raedle/vision",
9   "source": {
10     "http": "https://github.com/raedle/vision/releases/download/v0.13.0/libtorchvision_ops_ios_0.13.0.zip"
11   },
12   "summary": "The C++ library of TorchVision ops for iOS",
13   "description": "The C++ library of TorchVision ops for iOS.\nThis version (0.13.0) requires the installation of LibTorch 1.12.0 or LibTorch-Lite 1.12.0.",
14   "platforms": {
15     "ios": "12.0"
16   },
17   "vendored_libraries": "install/lib/*.a",
18   "user_target_xcconfig": {
19     "VALID_ARCHS": "x86_64 arm64",
20     "OTHER_LDFLAGS": "$(inherited) -force_load \"$(PODS_ROOT)/LibTorchvision-DONOTUSE/install/lib/libtorchvision_ops.a\"",
21     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
22     "CLANG_CXX_LIBRARY": "libc++"
23   },
24   "libraries": [
25     "c++",
26     "stdc++"
27   ],
28   "dependencies": {
29     "LibTorch-Lite": [
30       "~> 1.12.0"
31     ]
32   }