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