blob: f87924e159ca1386676da57babfdfee2f80660a9 [file] [log] [blame]
{
"name": "PytorchExp",
"version": "0.0.5",
"authors": "xta0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/xta0/PytorchExp",
"source": {
"http": "http://ossci-macos.s3.amazonaws.com/libtorch_x86_arm64.zip"
},
"summary": "Pytorch experimental Cocoapods",
"description": "An internal-only pod containing the Pytorch C++ code for iOS. This pod is not\nintended to be used directly.",
"default_subspecs": "Core",
"user_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\"",
"OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/PytorchExp/install/lib/libtorch.a\"",
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86 arm64",
"HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\""
},
"module_name": "PytorchExp",
"module_map": "src/framework.modulemap",
"static_framework": true,
"libraries": [
"c++",
"stdc++"
],
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"PytorchExp/Libtorch": [
]
},
"source_files": "src/*.{h,cpp,cc}",
"public_header_files": [
"src/PytorchExp.h"
]
},
{
"name": "Libtorch",
"header_mappings_dir": "install/include/",
"preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
"vendored_libraries": "install/lib/libtorch.a",
"libraries": [
"c++",
"stdc++"
]
}
]
}