diff --git a/WebIdDocumentScanner/20.1.2-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/20.1.2-SNAPSHOT/WebIdDocumentScanner.podspec index 5d498ca..58d5dca 100644 --- a/WebIdDocumentScanner/20.1.2-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/20.1.2-SNAPSHOT/WebIdDocumentScanner.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/WebIdDocumentScanner/20.1.2/WebIdDocumentScanner.framework-v20.1.2-SNAPSHOT-1467.zip', :sha256 => '0d30d3112e557d7305ef6aaeb24a07ceb9a9c40b33563a259b8b49177df1e760' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/20.1.2/WebIdDocumentScanner.framework-v20.1.2-SNAPSHOT-1469.zip', :sha256 => 'c93c5728201eab3907fef08a7062142f469574fca727d3b71243e72a42503392' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' - s.dependency "WebIdPluginCore", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdPluginCore", "20.2.0" end