2 "name": "LibTorch-Lite-Dummy",
4 "authors": "PyTorch Team",
8 "homepage": "https://github.com/pytorch/pytorch",
10 "http": "https://ossci-ios.s3.amazonaws.com/libtorch_lite_ios_1.9.0.zip"
12 "summary": "The PyTorch C++ library for iOS",
13 "description": "The PyTorch C++ library for iOS.",
17 "default_subspecs": "Core",
18 "user_target_xcconfig": {
19 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/LibTorch-Lite-Dummy/install/include/\"",
20 "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/LibTorch-Lite-Dummy/install/lib/libtorch.a\" -force_load \"$(PODS_ROOT)/LibTorch-Lite-Dummy/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-Dummy/install/include/\"",
26 "VALID_ARCHS": "x86_64 arm64"
36 "LibTorch-Lite-Dummy/Torch": [
40 "source_files": "src/*.{h,cpp,c,cc}",
41 "public_header_files": [
47 "header_mappings_dir": "install/include/",
48 "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
49 "vendored_libraries": "install/lib/*.a",