6
0

[Fix] WebIdEIdOnServerProductPlugin (15.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-07-14 13:01:58 +02:00
parent 72b78e9ebd
commit fdad5df23d

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/WebIdEIdOnServerProductPlugin/15.0.0/WebIdEIdOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1295.zip', :sha256 => 'f5b554983bee177ef1e9f39368b67536d32dc5e4bf55e3c0dabd363c64b2d98a' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.0/WebIdEIdOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1298.zip', :sha256 => '24f6a4cef61252a493dcf182681c794ac0738aeeaa22f32b36a326781e5c5036' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework'
s.dependency "WebIdEIdentPlugin", "15.0.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "15.0.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "15.0.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "15.0.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdEIdentPlugin", "15.0.0"
s.dependency "WebIdDigitalSigningPlugin", "15.0.0"
s.dependency "WebIdIosIdentScanPlugin", "15.0.0"
s.dependency "WebIdOnServerDocumentScanner", "15.0.0"
end