6
0

[Fix] WebIdOnDeviceDocumentScanner (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-01 17:11:19 +02:00
parent 78acc89594
commit d40bd49da5

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/20.2.2/WebIdOnDeviceDocumentScanner.framework-v20.2.2-SNAPSHOT-1483.zip', :sha256 => 'e62d8aa08e155cd40a36d8a1b90c6bc531dbcb2aa08f24e9931e065d4f512546' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.2.2/WebIdOnDeviceDocumentScanner.framework-v20.2.2-SNAPSHOT-1489.zip', :sha256 => '6fa6cc9a8c50f2c0c49f1386a263b5e689af3935dd5522347c164111df817b47' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdOnDeviceDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "20.2.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdDocumentScanner", "20.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.2.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "20.3.0"
s.dependency "DocumentReader", "7.5.4221" s.dependency "DocumentReader", "7.5.4221"
s.dependency "DocumentReaderFull", "7.5.11015" s.dependency "DocumentReaderFull", "7.5.11015"
end end