8 "homepage": "https://github.com/xta0/PytorchExp",
10 "http": "http://ossci-macos.s3.amazonaws.com/libtorch_x86_arm64.zip"
12 "summary": "Pytorch experimental Cocoapods",
13 "description": "An internal-only pod containing the Pytorch C++ code for iOS. This pod is not\nintended to be used directly.",
14 "default_subspecs": "Core",
15 "user_target_xcconfig": {
16 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\"",
17 "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/PytorchExp/install/lib/libtorch.a\"",
18 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
19 "CLANG_CXX_LIBRARY": "libc++"
21 "pod_target_xcconfig": {
22 "VALID_ARCHS": "x86 arm64"
24 "module_name": "PytorchExp",
25 "module_map": "src/framework.modulemap",
40 "PytorchExp/Libtorch": [
44 "source_files": "src/*.{h,cpp,cc}",
45 "public_header_files": [
51 "header_mappings_dir": "install/include/",
52 "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
53 "vendored_libraries": "install/lib/libtorch.a",