6
0

[Fix] WebIdDocumentScanner (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-01 17:10:36 +02:00
parent d05c8c05fa
commit c4ac51708c

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/snapshots/de/webid-solutions/WebIdDocumentScanner/20.2.2/WebIdDocumentScanner.framework-v20.2.2-SNAPSHOT-1483.zip', :sha256 => '7a62339354d479de435a90392ed425bd170b9c8300f3d4fad2b2202f9d271da6' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.2.2/WebIdDocumentScanner.framework-v20.2.2-SNAPSHOT-1489.zip', :sha256 => '4c37d41f8b838df230c1fb9600755cffd38e25c0b0e1b870c46a7e2398fbc1d3' }
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.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.3.0"
end