6
0

[Fix] WebIdDocumentScanner (22.1.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-04 10:01:19 +02:00
parent 57751ca051
commit 3b1655e5b5

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/WebIdDocumentScanner/22.1.3/WebIdDocumentScanner.framework-v22.1.3-SNAPSHOT-1663.zip', :sha256 => 'e1a3c484dc27badd7a7e69747b9852392434ff376a6536b87f6a9688557ef3e3' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.1.3/WebIdDocumentScanner.framework-v22.1.3-SNAPSHOT-1664.zip', :sha256 => 'a2ee2a9d4834e10de3904d2952e3e25e88413124734f0cbef5cc3565dce2adae' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
s.dependency "WebIdPluginCore", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "22.0.0"
end