6
0

[Fix] WebIdEIdProductPlugin (22.3.5-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-23 18:06:55 +02:00
parent abe47b19cf
commit aad7ce0398

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/22.3.5/WebIdEIdProductPlugin.framework-v22.3.5-SNAPSHOT-1688.zip', :sha256 => '920fe092edb55e7e263049dcdf97c74d63de2e92fbe90eb59f6bc4e3e9ba77c0' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.3.5/WebIdEIdProductPlugin.framework-v22.3.5-SNAPSHOT-1690.zip', :sha256 => '7602f53b728bd9138e8b00e4773b4107bb1da03d37685ed748fc265c3de330e5' }
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", "22.0.3" s.dependency "WebIdOnServerDocumentScanner", "22.1.0"
s.dependency "WebIdIosIdentScanPlugin", "22.0.3" s.dependency "WebIdIosIdentScanPlugin", "22.1.0"
s.dependency "WebIdEIdentPlugin", "21.0.5" s.dependency "WebIdEIdentPlugin", "21.1.0"
s.dependency "WebIdDigitalSigningPlugin", "22.0.1" s.dependency "WebIdDigitalSigningPlugin", "22.1.0"
end end