6
0

[Fix] WebIdAccountIdProductPlugin (20.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-08-27 11:57:53 +02:00
parent 4addbf6350
commit b153eb1386

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/WebIdAccountIdProductPlugin/20.1.2/WebIdAccountIdProductPlugin.framework-v20.1.2-SNAPSHOT-1483.zip', :sha256 => 'd2b57640ad47c8fc0577d7bbfca11460bad9412483b424d20ecf2461cdf0256b' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/20.1.2/WebIdAccountIdProductPlugin.framework-v20.1.2-SNAPSHOT-1488.zip', :sha256 => '23aadc0aa2497e97009be434d63c7b08c80cb47fa432e9c357aa89ff0311ebdf' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,9 +16,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAccountIdProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdAccountIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdOnServerDocumentScanner", "20.2.0"
s.dependency "WebIdDocumentScanner", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdDocumentScanner", "20.2.0"
s.dependency "WebIdIosIdentScanPlugin", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdIosIdentScanPlugin", "20.2.0"
s.dependency "WebIdDigitalSigningPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdDigitalSigningPlugin", "20.2.0"
s.dependency "WebIdIosBankIdentPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdIosBankIdentPlugin", "20.2.0"
end end