[Fix] WebIdOnServerDocumentScanner (15.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-10 08:19:06 +02:00
parent 750d5eb1d4
commit 64e23d0c78

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/legacy-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/15.0.1/WebIdOnServerDocumentScanner.framework-v15.0.1-SNAPSHOT-1371.zip', :sha256 => '01103ee0c7ea88dc9b639e3639b15051b23fd9ecb10d95086913c200e6939087' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/15.0.1/WebIdOnServerDocumentScanner.framework-v15.0.1-SNAPSHOT-1372.zip', :sha256 => 'f7e3eab1bc68e34cc557672b18438828d61001f0cd9bab8a188e449ba712fb32' }
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", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots
end end