[Fix] WebIdEIdOnServerProductPlugin (15.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-09 14:37:58 +01:00
parent c985e85500
commit 8783c9abed

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/WebIdEIdOnServerProductPlugin/15.3.1/WebIdEIdOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => '060cbfeaf2a3168cb786321479d5c7d854a695fec130d8f6760f74ee4db74032' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.3.1/WebIdEIdOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '0ad1778359a98096840c498035914b22810887917c7cec4998ab53162e23567d' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework'
s.dependency "WebIdEIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdEIdentPlugin", "15.1.1"
s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDigitalSigningPlugin", "15.1.1"
s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdIosIdentScanPlugin", "15.1.2"
s.dependency "WebIdOnServerDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdOnServerDocumentScanner", "15.1.2"
end end