2 "name": "PytorchExpObjC",
8 "homepage": "https://github.com/xta0/PytorchExpObjC.git",
10 "git": "https://github.com/xta0/PytorchExpObjC.git",
13 "summary": "The LibTorch Objective-C wrapper",
14 "description": "Objective-C wrapper of PytorchExp",
18 "module_name": "PytorchExpObjC",
19 "static_framework": true,
20 "public_header_files": "apis/*.h",
25 "module_map": "src/framework.modulemap",
31 "pod_target_xcconfig": {
32 "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/LibTorch/install/include\" \"${PODS_ROOT}/PytorchExpObjC/apis\"",
33 "VALID_ARCHS": "x86 arm64"