blob: ac17ff1f481a80e48a73ed413bc064375c1701ed [file] [log] [blame]
{
"name": "PytorchExp",
"version": "1.3.0",
"authors": "xta0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/xta0/PytorchExp",
"source": {
"http": "https://ossci-ios.s3.amazonaws.com/libtorch_ios_1.3.0.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 armv7s",
"HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\""
},
"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/LibTorch.h"
]
},
{
"name": "Libtorch",
"header_mappings_dir": "install/include/",
"preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
"vendored_libraries": "install/lib/*.a",
"libraries": [
"c++",
"stdc++"
]
}
]
}