6
0

[Fix] WebIdDocumentScanner (12.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-26 15:32:01 +02:00
parent 7d11a89d38
commit af27e8ca9b

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/12.3.0/WebIdDocumentScanner.framework-v12.3.0-SNAPSHOT-1340.zip', :sha256 => 'd997285257c7d6171e8abee16694b472c7cb5c6dd4c834fdaa324d638c7e1200' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.3.0/WebIdDocumentScanner.framework-v12.3.0-SNAPSHOT-1343.zip', :sha256 => 'f93079d591d684a404bc28a602fe607dcc735e487fdb9b0b062e292ab9e93637' }
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", "12.2.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "12.3.2"
end