6
0

[Fix] WebIdAccountIdProductPlugin (21.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-03 16:34:11 +01:00
parent 2b0fcfbfee
commit f7e4cc109b

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.2/WebIdAccountIdProductPlugin.framework-v21.1.2-SNAPSHOT-1536.zip', :sha256 => 'f2de9d62d4d8524c3dc948543acc58c553bcb740ffd87e7cfe6cd1802b0b6c81' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.2/WebIdAccountIdProductPlugin.framework-v21.1.2-SNAPSHOT-1539.zip', :sha256 => '239d2d135e42ea0d886b8eb16da286cb9fe6fbf1099fbe84101132adcc3b642e' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,9 +16,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAccountIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "20.3.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosBankIdentPlugin", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "20.3.5"
s.dependency "WebIdDocumentScanner", "20.3.5"
s.dependency "WebIdIosIdentScanPlugin", "20.3.5"
s.dependency "WebIdDigitalSigningPlugin", "20.3.3"
s.dependency "WebIdIosBankIdentPlugin", "20.3.0"
end