6
0

[Fix] WebIdDocumentScanner (12.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-07-25 11:30:25 +02:00
parent 19bb1a05b6
commit a81505e272

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/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1289.zip', :sha256 => '17c97632b152a13b9b9be6d71a89fe944a7ddf253ac0f64bb44149636edd3538' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1300.zip', :sha256 => '705ca19adfe41a8578cf320ad60dee432aff86f05839a5879ddcf5652d9cf4e8' }
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", "11.0.1" s.dependency "WebIdPluginCore", "12.0.0"
end end