[Fix] WebIdAutoIdentOnDeviceProductPlugin (15.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-09 14:37:16 +01:00
parent c201950e5d
commit 90ab3ce876

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/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => 'e7700a2e8a3f2e69bd66cf07f6519aba3d60ba741f4671a80c7d605a0d5ba6b7' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '272b594b0fefe336213b6456828a44b6c55983bc5de537357d39830bb2e9e87d' }
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", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdDigitalSigningPlugin", "15.1.1"
s.dependency "WebIdIosIdentScanPlugin", "15.1.2"
s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2"
end