6
0

[Fix] WebIdEIdProductPlugin (13.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-04-17 17:04:54 +02:00
parent cc9717d4de
commit 245daf67f3

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.4.1/WebIdEIdProductPlugin.framework-v13.4.1-SNAPSHOT-1267.zip', :sha256 => 'f35c2fec544bc6d9ec8ab9f402a52b559d5aeec805961f7e45d0cea446a19a12' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.4.1/WebIdEIdProductPlugin.framework-v13.4.1-SNAPSHOT-1269.zip', :sha256 => 'a7476480d2a9e08ffaa1622ee97d72e57a4efac458a397b8d7b7597e55106dea' }
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 "WebIdOnDeviceDocumentScanner", "12.3.2" s.dependency "WebIdOnDeviceDocumentScanner", "12.4.0"
s.dependency "WebIdIosIdentScanPlugin", "12.3.2" s.dependency "WebIdIosIdentScanPlugin", "12.4.0"
s.dependency "WebIdEIdentPlugin", "5.3.0" s.dependency "WebIdEIdentPlugin", "5.4.0"
s.dependency "WebIdDigitalSigningPlugin", "11.2.0" s.dependency "WebIdDigitalSigningPlugin", "11.3.0"
end end