From be3401d783c66d1735d3cc9da477e42a5df102bb Mon Sep 17 00:00:00 2001 From: Jan Kobersky Date: Fri, 24 Nov 2023 13:28:11 +0100 Subject: [PATCH] Deployment: Update versioning file[s] to 1.8.0 --- WultraMobileTokenSDK.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WultraMobileTokenSDK.podspec b/WultraMobileTokenSDK.podspec index 4a75d6a..49fdd27 100644 --- a/WultraMobileTokenSDK.podspec +++ b/WultraMobileTokenSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.author = { 'Wultra s.r.o.' => 'support@wultra.com' } s.source = { :git => 'https://github.com/wultra/mtoken-sdk-ios.git', :tag => s.version } # Deployment targets - s.swift_version = '5.7' + s.swift_version = '5.9' s.ios.deployment_target = '12.0' # Sources @@ -18,8 +18,8 @@ Pod::Spec.new do |s| # 'Common' subspec s.subspec 'Common' do |sub| sub.source_files = 'WultraMobileTokenSDK/Common/**/*.swift' - sub.dependency 'PowerAuth2', '~> 1.7.3' - sub.dependency 'WultraPowerAuthNetworking', '~> 1.2.0' + sub.dependency 'PowerAuth2', '~> 1.8.0' + sub.dependency 'WultraPowerAuthNetworking', '~> 1.3.0' end # 'Operations' subspec