4
0

[Fix] WebIdOnServerDocumentScanner (200.3.6-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-16 11:17:56 +01:00
parent 756faca1a2
commit 346888b8e3

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdOnServerDocumentScanner/200.3.6/WebIdOnServerDocumentScanner.framework-v200.3.6-SNAPSHOT-1529.zip', :sha256 => '13894fcb63f1c386020c73e717c629ca606fc630c634ff747cc7067337eaab1f' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdOnServerDocumentScanner/200.3.6/WebIdOnServerDocumentScanner.framework-v200.3.6-SNAPSHOT-1542.zip', :sha256 => '93bb2d280989c5767bcb0ecfdac2a537518688720f9ca40e3a9427a02a1b5d11' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental s.dependency "WebIdDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental
s.dependency "WebIdPluginCore", "200.3.1-SNAPSHOT" #branch:experimental s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental
end end