2
0

[Fix] WebIdAutoIdentOnDeviceProductPlugin (14.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-04-17 11:23:34 +02:00
parent ad4f783496
commit 4848461272

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/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.3.0-SNAPSHOT-1335.zip', :sha256 => '1f9686f8f19a54043790356c64ea51d1a62633f15f57d6256f2a3fd5a85110d6' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.3.0-SNAPSHOT-1354.zip', :sha256 => '802fdce9157be35b12aaa619e7a39f4bb9f381e8f8cb942d3f4037f1c273c063' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "12.2.1"
s.dependency "WebIdIosIdentScanPlugin", "13.3.2"
s.dependency "WebIdOnDeviceDocumentScanner", "13.3.2"
s.dependency "WebIdDigitalSigningPlugin", "12.2.0-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdIosIdentScanPlugin", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdOnDeviceDocumentScanner", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots
end