diff --git a/WebIdPayOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec b/WebIdPayOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec index fe0fdc7..01e664e 100644 --- a/WebIdPayOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec +++ b/WebIdPayOnServerProductPlugin/20.0.5-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.platform = :ios - s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/20.0.5/WebIdPayOnServerProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip', :sha256 => '8f95f8fa5014aabb9228cd8538d4448a3ea50eaeec3e81c1c71f62e8316d36c0' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/20.0.5/WebIdPayOnServerProductPlugin.framework-v20.0.5-SNAPSHOT-1455.zip', :sha256 => '42328d6379c9382dc3862cb2d4f8acd77e8455959ae134b0ec7cc46aab684824' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdPayOnServerProductPlugin.xcframework' - s.dependency "WebIdIosBankIdentPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdIosBankIdentPlugin", "20.1.0" + s.dependency "WebIdDigitalSigningPlugin", "20.1.0" + s.dependency "WebIdIosIdentScanPlugin", "20.1.0" + s.dependency "WebIdOnServerDocumentScanner", "20.1.0" end