[Fix] WebIdAutoIdentOnDeviceProductPlugin (15.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-10 09:35:37 +02:00
parent 266fdf26dc
commit 90d99f201c

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/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '9f2619e5be950d7b16006473fff4c3e861efffe278ae3a0bbfde55e76710e227' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => '97128fdbcdcd505ff5342d7b97e083ed50ba3fa58a7124ab6769e892afe5cf36' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDigitalSigningPlugin", "15.0.1"
s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdIosIdentScanPlugin", "15.0.1"
s.dependency "WebIdOnDeviceDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdOnDeviceDocumentScanner", "15.0.1"
end end