4
0

[Fix] WebIdDocumentScanner (200.3.6-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-16 11:17:02 +01:00
parent cabd8256c8
commit 9cde1085c8

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/experimental/de/webid-solutions/WebIdDocumentScanner/200.3.6/WebIdDocumentScanner.framework-v200.3.6-SNAPSHOT-1529.zip', :sha256 => '8c8605f979dd3bf313b7e5a21cdeaafebf04a0f5ab0ea22bf2fa414ad1749d34' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDocumentScanner/200.3.6/WebIdDocumentScanner.framework-v200.3.6-SNAPSHOT-1542.zip', :sha256 => '4b33ec23e09905858de533fd3545e8e7e40770d3240229b0e0b666af3c8463e9' }
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", "200.3.1-SNAPSHOT" #branch:experimental
s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental
end