diff --git a/SpeechRecognition/Podfile b/SpeechRecognition/Podfile index 715d73f..7dd8850 100644 --- a/SpeechRecognition/Podfile +++ b/SpeechRecognition/Podfile @@ -6,5 +6,5 @@ target 'SpeechRecognition' do use_frameworks! # Pods for SpeechRecognition - pod 'LibTorch-Lite', '~>1.10.0' + pod 'LibTorch-Lite', '~>1.13.0' end