blob: 3f62ce200ac1f9e643e7343ca46892e89ff555e2 [file] [log] [blame]
{
"name": "PytorchExpObjC",
"version": "0.0.2",
"authors": "xta0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/xta0/PytorchExpObjC.git",
"source": {
"git": "https://github.com/xta0/PytorchExpObjC.git",
"branch": "master"
},
"summary": "The LibTorch Objective-C wrapper",
"description": "Objective-C wrapper of PytorchExp",
"platforms": {
"ios": "12.0"
},
"module_name": "PytorchExpObjC",
"static_framework": true,
"public_header_files": "apis/*.h",
"source_files": [
"apis/*.{h,m,mm}",
"src/*.{h,m,mm}"
],
"module_map": "src/framework.modulemap",
"dependencies": {
"LibTorch": [
]
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/LibTorch/install/include\" \"${PODS_ROOT}/PytorchExpObjC/apis\"",
"VALID_ARCHS": "x86 arm64"
},
"libraries": [
"c++",
"stdc++"
]
}