Skip to content

Commit

Permalink
Upgraded to 1.9.x (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 authored Oct 7, 2024
1 parent f24647d commit a26cec7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "wultra/powerauth-mobile-sdk" "release/1.8.x"
github "wultra/powerauth-mobile-sdk" "release/1.9.x"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "wultra/powerauth-mobile-sdk" "d648e494178c056ca99cba1d2eb79fbee7bb4bf7"
github "wultra/powerauth-mobile-sdk" "e5791d6bab0c643b4d0b62ebb71273938a13b7f9"
4 changes: 2 additions & 2 deletions Deploy/WultraSSLPinning.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Pod::Spec.new do |s|
s.subspec 'PowerAuthIntegration' do |sub|
sub.source_files = 'Sources/WultraSSLPinning/Plugins/PowerAuth/**/*.swift'
sub.dependency 'WultraSSLPinning/Lib'
sub.dependency 'PowerAuth2', '~> 1.8.0'
sub.dependency 'PowerAuthCore', '~> 1.8.0'
sub.dependency 'PowerAuth2', '~> 1.9.0'
sub.dependency 'PowerAuthCore', '~> 1.9.0'
end

end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["WultraSSLPinning"]),
],
dependencies: [
.package(url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.8.0"))
.package(url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.9.0"))
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions WultraSSLPinning.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WultraSSLPinning'
s.version = '1.6.0'
s.version = '1.9.0'
# Metadata
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'Dynamic SSL pinning written in Swift'
Expand All @@ -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/ssl-pinning-ios.git', :tag => s.version }
# Deployment targets
s.swift_version = '5.0'
s.swift_version = '5.9'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
# Sources
Expand All @@ -26,8 +26,8 @@ Pod::Spec.new do |s|
s.subspec 'PowerAuthIntegration' do |sub|
sub.source_files = 'Sources/WultraSSLPinning/Plugins/PowerAuth/**/*.swift'
sub.dependency 'WultraSSLPinning/Lib'
sub.dependency 'PowerAuth2', '~> 1.8.0'
sub.dependency 'PowerAuthCore', '~> 1.8.0'
sub.dependency 'PowerAuth2', '~> 1.9.0'
sub.dependency 'PowerAuthCore', '~> 1.9.0'
end

end

0 comments on commit a26cec7

Please sign in to comment.