diff --git a/WebIdEIdProductPlugin/22.2.4-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/22.2.4-SNAPSHOT/WebIdEIdProductPlugin.podspec index cc88dc8..8a0f5c8 100644 --- a/WebIdEIdProductPlugin/22.2.4-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/22.2.4-SNAPSHOT/WebIdEIdProductPlugin.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/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip', :sha256 => '613890e4acf0349b5e7726961b4da066d9147a88ee1a6583f3fe61b63d50adb9' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip', :sha256 => '64f8370965d7a2012bc1b870f668c57890da157da5f6a611f787fd01da1d1ff7' } 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 = 'WebIdEIdProductPlugin.xcframework' - s.dependency "WebIdOnServerDocumentScanner", "21.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "21.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdEIdentPlugin", "21.0.5-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "21.0.5-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "21.2.1" + s.dependency "WebIdIosIdentScanPlugin", "21.2.1" + s.dependency "WebIdEIdentPlugin", "21.0.4" + s.dependency "WebIdDigitalSigningPlugin", "21.0.4" end