diff --git a/WebIdEIdProductPlugin/20.1.2-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/20.1.2-SNAPSHOT/WebIdEIdProductPlugin.podspec index 764c879..f8bed47 100644 --- a/WebIdEIdProductPlugin/20.1.2-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/20.1.2-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/20.1.2/WebIdEIdProductPlugin.framework-v20.1.2-SNAPSHOT-1483.zip', :sha256 => '03a66169e2a75650b23c8a279c6dd97a744356a12eff2300015786929d70bfd2' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.2/WebIdEIdProductPlugin.framework-v20.1.2-SNAPSHOT-1488.zip', :sha256 => 'ada3dfa10b01f3bcd393bfa9b3c29967195c1806f2207c1cff75878935195a92' } 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", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdEIdentPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdOnServerDocumentScanner", "20.2.0" + s.dependency "WebIdIosIdentScanPlugin", "20.2.0" + s.dependency "WebIdEIdentPlugin", "20.2.0" + s.dependency "WebIdDigitalSigningPlugin", "20.2.0" end