2
0

[Fix] WebIdEIdProductPlugin (14.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-10-25 08:11:45 +02:00
parent 45f3210495
commit a9201d7b0b

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/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.0.0/WebIdEIdProductPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '2c2294de36569c4ae65d4102d177c9e90807a3503c2a542cf575278098c709b6' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.0.0/WebIdEIdProductPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => '7cea491eceed3829fe9cc5a74c3d8213487874ee816b83fcfbbb97a1ae933c80' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -18,8 +18,8 @@ Pod::Spec.new do |s|
s.dependency "DocumentReader", "~> 7.2" s.dependency "DocumentReader", "~> 7.2"
s.dependency "RegulaCommon", "~> 7.2" s.dependency "RegulaCommon", "~> 7.2"
s.dependency "WebIdOnDeviceDocumentScanner", "13.0.0-beta" s.dependency "WebIdOnDeviceDocumentScanner", "13.1.0"
s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta" s.dependency "WebIdIosIdentScanPlugin", "13.1.0"
s.dependency "WebIdEIdentPlugin", "6.0.0-beta" s.dependency "WebIdEIdentPlugin", "6.1.0"
s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta" s.dependency "WebIdDigitalSigningPlugin", "12.1.1"
end end