diff --git a/shapes-app/Podfile b/shapes-app/Podfile index 9605005..e3c95c3 100644 --- a/shapes-app/Podfile +++ b/shapes-app/Podfile @@ -7,7 +7,7 @@ target 'ApproovShapes' do use_frameworks! platform :ios, '12.0' # Use the local Podspec for the ApproovURLSession - pod 'ApproovURLSession', '~> 3.3.0' + pod 'ApproovURLSession', '~> 3.4.1' end @@ -16,6 +16,6 @@ target 'ShapesWatchApp Watch App' do use_frameworks! platform :watchos, '7.0' # Use the local Podspec for the ApproovURLSession - pod 'ApproovURLSession', '~> 3.3.0' + pod 'ApproovURLSession', '~> 3.4.1' end