diff --git a/ObjectDetection/Podfile b/ObjectDetection/Podfile index 68bdffb..4f59c70 100644 --- a/ObjectDetection/Podfile +++ b/ObjectDetection/Podfile @@ -6,5 +6,5 @@ target 'ObjectDetection' do use_frameworks! # Pods for ObjectDetection - pod 'LibTorch-Lite', '~>1.10.0' + pod 'LibTorch-Lite', '~>1.13.0' end