6
0

[Fix] WebIdAccountIdProductPlugin (21.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-02 14:29:09 +02:00
parent 7b66c34b83
commit aeba5ddc90

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.0.4/WebIdAccountIdProductPlugin.framework-v21.0.4-SNAPSHOT-1520.zip', :sha256 => '73abfbe7cea2c111c9f05b19913ec3b73e3dd6940d70139943b7cbea95ba7864' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.4/WebIdAccountIdProductPlugin.framework-v21.0.4-SNAPSHOT-1525.zip', :sha256 => 'a70c2146279d0efba87e799b74ace93209f4a3ef3032e84eabb547406748f264' }
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.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "20.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "20.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "20.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosBankIdentPlugin", "20.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "20.3.0"
s.dependency "WebIdDocumentScanner", "20.3.0"
s.dependency "WebIdIosIdentScanPlugin", "20.3.0"
s.dependency "WebIdDigitalSigningPlugin", "20.3.1"
s.dependency "WebIdIosBankIdentPlugin", "20.3.0"
end