2 "name": "LibTorch-Lite-Nightly",
3 "version": "1.13.0.20220822",
4 "authors": "PyTorch Team",
8 "homepage": "https://github.com/pytorch/pytorch",
10 "http": "https://ossci-ios-build.s3.amazonaws.com/libtorch_lite_ios_nightly_1.13.0.20220822.zip"
12 "summary": "The nightly build version of PyTorch C++ library for iOS",
13 "description": "The nightly build version of PyTorch C++ library for iOS.",
17 "default_subspecs": "Core",
18 "user_target_xcconfig": {
19 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/LibTorch-Lite-Nightly/install/include/\"",
20 "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/LibTorch-Lite-Nightly/install/lib/libtorch.a\" -force_load \"$(PODS_ROOT)/LibTorch-Lite-Nightly/install/lib/libtorch_cpu.a\"",
21 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
22 "CLANG_CXX_LIBRARY": "libc++"
24 "pod_target_xcconfig": {
25 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/LibTorch-Lite-Nightly/install/include/\"",
26 "VALID_ARCHS": "x86_64 arm64"
34 "MetalPerformanceShaders",
41 "LibTorch-Lite-Nightly/Torch": [
45 "source_files": "src/*.{h,cpp,c,cc}",
46 "public_header_files": [
52 "header_mappings_dir": "install/include/",
53 "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
54 "vendored_libraries": "install/lib/*.a",