[Fix] WebIdDocumentScanner (15.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-10 08:18:01 +02:00
parent 35e2020b00
commit 4b589845e2

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/WebIdDocumentScanner/15.0.1/WebIdDocumentScanner.framework-v15.0.1-SNAPSHOT-1371.zip', :sha256 => '8db30d614e3beb9d2b38ba457f0930feb26eee40ce7158012a59e6f066ed1fb9' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDocumentScanner/15.0.1/WebIdDocumentScanner.framework-v15.0.1-SNAPSHOT-1372.zip', :sha256 => 'b117f1f0e5d7454de5db17afb782d39b298d43785e259707dcf86ee12d35e290' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
s.dependency "WebIdPluginCore", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots
end end