6
0

[Fix] WebIdDocumentScanner (22.1.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-05-13 11:22:47 +02:00
parent 71c8049157
commit 109ffead0d

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-1652.zip', :sha256 => '900006ac964134a66e5651e9f906ae81813bb9ba48a9aeb90221f5a365908140' }
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-1655.zip', :sha256 => '6f6e6937d09d1ff71c91f3ae5e58466554c9772a49a74314b09b753c75966769' }
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", "21.2.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "22.0.0"
end