[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / LibTorchvision / 0.11.1 / LibTorchvision.podspec.json
blob551bda66b2a99a51d0370020158ff36e1bf108e9
2   "name": "LibTorchvision",
3   "version": "0.11.1",
4   "authors": "PyTorch Team",
5   "license": {
6     "type": "BSD"
7   },
8   "homepage": "https://github.com/pytorch/vision",
9   "source": {
10     "http": "https://ossci-ios.s3.amazonaws.com/libtorchvision_ops_ios_0.11.1.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.11.1) requires the installation of LibTorch 1.10.0 or LibTorch-Lite 1.10.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/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   ]