6
0

[Fix] WebIdEIdProductPlugin (13.3.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-11-19 11:56:15 +01:00
parent 14e1e20657
commit 0a752452a3

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/13.3.3/WebIdEIdProductPlugin.framework-v13.3.3-SNAPSHOT-1235.zip', :sha256 => '9f102b120ce52287f55284cf4d3c7dd1644852bd66fc15c0fc8b80bffadf2d9c' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.3.3/WebIdEIdProductPlugin.framework-v13.3.3-SNAPSHOT-1238.zip', :sha256 => '704aebe4b013d1d092da62dbc025efc58afbe660f80cc0b6188f5d94b8cf57c0' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -20,6 +20,6 @@ Pod::Spec.new do |s|
s.dependency "RegulaCommon", "~> 7.2" s.dependency "RegulaCommon", "~> 7.2"
s.dependency "WebIdOnDeviceDocumentScanner", "12.2.1" s.dependency "WebIdOnDeviceDocumentScanner", "12.2.1"
s.dependency "WebIdIosIdentScanPlugin", "12.2.1" s.dependency "WebIdIosIdentScanPlugin", "12.2.1"
s.dependency "WebIdEIdentPlugin", "5.1.1" s.dependency "WebIdEIdentPlugin", "5.2.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "11.1.5" s.dependency "WebIdDigitalSigningPlugin", "11.1.5"
end end