diff --git a/WebIdDocumentScanner/20.3.6-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/20.3.6-SNAPSHOT/WebIdDocumentScanner.podspec index 1ee73b2..58656d7 100644 --- a/WebIdDocumentScanner/20.3.6-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/20.3.6-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/snapshots/de/webid-solutions/WebIdDocumentScanner/20.3.6/WebIdDocumentScanner.framework-v20.3.6-SNAPSHOT-1509.zip', :sha256 => '1e4faa1c8f34945a6fcd6bb398087e1a358e582d99ded6aa7681d132767eb722' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.3.6/WebIdDocumentScanner.framework-v20.3.6-SNAPSHOT-1510.zip', :sha256 => 'f26b09816e9ec4d1e9db14df9f4cbcaacf85f65521392f819f66de7465ef8476' } 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.3.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "20.3.2-SNAPSHOT" #branch:snapshots end