diff --git a/WebIdMetaPlugin/22.3.4-SNAPSHOT/WebIdMetaPlugin.podspec b/WebIdMetaPlugin/22.3.4-SNAPSHOT/WebIdMetaPlugin.podspec index 9ac8099..d748605 100644 --- a/WebIdMetaPlugin/22.3.4-SNAPSHOT/WebIdMetaPlugin.podspec +++ b/WebIdMetaPlugin/22.3.4-SNAPSHOT/WebIdMetaPlugin.podspec @@ -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/WebIdMetaPlugin/22.3.4/WebIdMetaPlugin.framework-v22.3.4-SNAPSHOT-1683.zip', :sha256 => '665c96882a61e69d09cfc99c4978b8d720964e2b11c56a3a12dc18fc13f71ec9' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.3.4/WebIdMetaPlugin.framework-v22.3.4-SNAPSHOT-1684.zip', :sha256 => '5b54f635aa8c48e106bb5bc6203196142e2f064a8ff8eb6fff4131ca11beacf5' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "22.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "22.0.1" end