6
0

[Fix] WebIdDocumentScanner (20.4.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-08 13:47:50 +01:00
parent e04d1616fe
commit 7671f3b978

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/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1535.zip', :sha256 => '386bfaf6fea86b15a1eee1f539341398a8a65af6d6316e4e8112ca4f210fa4fc' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1536.zip', :sha256 => 'a97ad7db942dc5b7b720813a374de0eaaf57ac3c5c858d08ce09fc5a88c3ee7b' }
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", "21.0.0" s.dependency "WebIdPluginCore", "21.0.1-SNAPSHOT" #branch:snapshots
end end