6
0

[Fix] WebIdOnDeviceDocumentScanner (12.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-03-12 11:07:55 +01:00
parent 8e502fa8e4
commit 1e4af202ee

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/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1315.zip', :sha256 => 'b22371c9aedcb3aa2952bcd61cec0c64f65ee12dfdce1e9f46d6a4ecec6bb794' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1333.zip', :sha256 => '129a840511a952d4bc4a7dd22856ef742a17a7204ef412a69ef26262e07615e6' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,6 +17,7 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots
s.dependency "DocumentReader", "~> 7.2" s.dependency "WebIdPluginCore", "12.1.0"
s.dependency "WebIdPluginCore", "12.1.0-SNAPSHOT" #branch:snapshots s.dependency "DocumentReader", "~> 7.5"
s.dependency "DocumentReaderFull", "~> 7.5"
end end