Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 24, 2023
1 parent bb422b3 commit be3401d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WultraMobileTokenSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = { 'Wultra s.r.o.' => '[email protected]' }
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
Expand All @@ -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
Expand Down

0 comments on commit be3401d

Please sign in to comment.