4
0

[Fix] WebIdDocumentScanner (20.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-08-04 11:40:44 +02:00
parent e6fe3c824a
commit b9af5fe2c6

View File

@ -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.1/WebIdDocumentScanner.framework-v20.1.1-SNAPSHOT-1455.zip', :sha256 => 'd6b852d4aebd2c9956f4c39127052c732948c0c71965bd643a61aaf0dd2c6303' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/20.1.1/WebIdDocumentScanner.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => '63505929df2b04228bd44871af1f7282215f5080ffd0fe7985fdae9d9a68ffae' }
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.0.1-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdPluginCore", "20.1.0"
end