6
0

[Fix] WebIdEIdProductPlugin (21.1.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-12 15:50:14 +01:00
parent c2db31239a
commit 5c33c11380

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/WebIdEIdProductPlugin/21.1.3/WebIdEIdProductPlugin.framework-v21.1.3-SNAPSHOT-1544.zip', :sha256 => 'e2ab52668131f2677c769552a3910982fc9dc86d018b86ac0300b7a882248fc3' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.1.3/WebIdEIdProductPlugin.framework-v21.1.3-SNAPSHOT-1541.zip', :sha256 => 'bff8b3ad506c51c8a6bb11991b2fff90b3efc637eeb31f0cf431282d95c00d17' }
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 = 'WebIdEIdProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:experimental s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:experimental s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdEIdentPlugin", "20.3.2-SNAPSHOT" #branch:experimental s.dependency "WebIdEIdentPlugin", "20.3.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "20.3.2-SNAPSHOT" #branch:experimental s.dependency "WebIdDigitalSigningPlugin", "20.3.4-SNAPSHOT" #branch:snapshots
end end