4
0

[Fix] WebIdDocumentScanner (20.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-08-11 16:00:47 +02:00
parent a13361a845
commit 9bf47896d0

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/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/20.1.2/WebIdDocumentScanner.framework-v20.1.2-SNAPSHOT-1461.zip', :sha256 => 'ce6599b6a43374262b9cc001e602736dcc0b26a404a3bc93131bf6f2122a224c' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDocumentScanner/20.1.2/WebIdDocumentScanner.framework-v20.1.2-SNAPSHOT-1462.zip', :sha256 => 'dd01859448dffd4ddd063608292326095f265823de7496b447031b9575123bad' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework' s.ios.vendored_frameworks = 'WebIdDocumentScanner.xcframework'
s.dependency "WebIdPluginCore", "20.0.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdPluginCore", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots
end end