diff --git a/ios/Podfile b/ios/Podfile index a98969de..f50c1304 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -5,7 +5,7 @@ def capacitor_pods use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios' - pod 'SSZipArchive', '2.4.3' + pod 'SSZipArchive', '2.6.0' pod 'Alamofire', '5.10.2' pod 'Version', '0.8.0' end