diff --git a/WebIdDocumentScanner/23.1.1-SNAPSHOT/WebIdDocumentScanner.podspec b/WebIdDocumentScanner/23.1.1-SNAPSHOT/WebIdDocumentScanner.podspec index d467a6c6..4963dd34 100644 --- a/WebIdDocumentScanner/23.1.1-SNAPSHOT/WebIdDocumentScanner.podspec +++ b/WebIdDocumentScanner/23.1.1-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/23.1.1/WebIdDocumentScanner.framework-v23.1.1-SNAPSHOT-1667.zip', :sha256 => '75bff0a54aaa15260d5c12d4df3d7b62d7db5d9218242e374010111472697541' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/23.1.1/WebIdDocumentScanner.framework-v23.1.1-SNAPSHOT-1669.zip', :sha256 => '7ce4478bfd77e98c7f50dc1faffb87bb3e0b751a7ad505414ea70a03a1bced91' } 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", "22.0.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "22.1.0" end