6
0

[Fix] WebIdOnDeviceDocumentScanner (12.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-07-25 11:31:06 +02:00
parent a2f53156c5
commit 3915beab2e

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/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1289.zip', :sha256 => 'a9750839fbcf2774bbd99028046d904398c4e645d2865be63f400b9fad65a2a5' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1300.zip', :sha256 => '552b62a52848488ec5312e4dd278ae1c04a8e34edf243ff4b1d6852380782d33' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,5 +17,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "12.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "11.0.1"
s.dependency "DocumentReader", "~> 7.2"
s.dependency "WebIdPluginCore", "12.0.0"
end