blob: f61f39df674e02c438317cf8288a2f272c9495cf [file] [log] [blame]
{
"name": "PytorchExp",
"version": "0.0.1",
"authors": "xta0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/xta0/Pytorch-iOS",
"source": {
"git": "https://github.com/xta0/Pytorch-iOS.git",
"branch": "master"
},
"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.",
"platforms": {
"ios": "10.3"
},
"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++",
"VALID_ARCHS": "armv7 armv7s arm64"
},
"static_framework": true,
"module_name": "PytorchExp",
"libraries": [
"c++",
"stdc++"
],
"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++"
]
}
]
}