8 "homepage": "https://github.com/xta0/Pytorch-iOS",
10 "git": "https://github.com/xta0/Pytorch-iOS.git",
13 "summary": "Pytorch experimental Cocoapods",
14 "description": "An internal-only pod containing the Pytorch C++ code for iOS. This pod is not\nintended to be used directly.",
18 "default_subspecs": "Core",
19 "user_target_xcconfig": {
20 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\"",
21 "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/PytorchExp/install/lib/libtorch.a\"",
22 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
23 "CLANG_CXX_LIBRARY": "libc++",
24 "VALID_ARCHS": "armv7 armv7s arm64"
26 "static_framework": true,
27 "module_name": "PytorchExp",
36 "PytorchExp/Libtorch": [
40 "source_files": "src/*.{h,cpp,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/libtorch.a",