diff --git a/WebIdPayProductPlugin/13.4.1-SNAPSHOT/WebIdPayProductPlugin.podspec b/WebIdPayProductPlugin/13.4.1-SNAPSHOT/WebIdPayProductPlugin.podspec index 22266a6..ad2dcca 100644 --- a/WebIdPayProductPlugin/13.4.1-SNAPSHOT/WebIdPayProductPlugin.podspec +++ b/WebIdPayProductPlugin/13.4.1-SNAPSHOT/WebIdPayProductPlugin.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/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1-SNAPSHOT-1267.zip', :sha256 => '348f8656a50667f61f87e04acd32ccf4df2ced201edc6175a63f122013b55476' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1-SNAPSHOT-1269.zip', :sha256 => 'e93da45c5acf52d613806b3bc938d339a8e97e6d82f838290c9b74a6306eb7de' } 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 = 'WebIdPayProductPlugin.xcframework' - s.dependency "WebIdIosBankIdentPlugin", "10.2.1" - s.dependency "WebIdDigitalSigningPlugin", "11.2.0" - s.dependency "WebIdIosIdentScanPlugin", "12.3.2" - s.dependency "WebIdOnDeviceDocumentScanner", "12.3.2" + s.dependency "WebIdIosBankIdentPlugin", "10.3.0" + s.dependency "WebIdDigitalSigningPlugin", "11.3.0" + s.dependency "WebIdIosIdentScanPlugin", "12.4.0" + s.dependency "WebIdOnDeviceDocumentScanner", "12.4.0" end