diff --git a/WebIdAutoIdentOnServerProductPlugin/20.1.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/20.1.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index 52ac95d..4a760c4 100644 --- a/WebIdAutoIdentOnServerProductPlugin/20.1.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/20.1.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.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/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.1.1/WebIdAutoIdentOnServerProductPlugin.framework-v20.1.1-SNAPSHOT-1457.zip', :sha256 => '4c8620e9caafe4ba70e79709e286b99856ec3e58420f06f07a5f359d0365b235' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.1.1/WebIdAutoIdentOnServerProductPlugin.framework-v20.1.1-SNAPSHOT-1458.zip', :sha256 => 'bea900ecc531adc10410da44aab300470e45f8721066b0a87094ad2078ea2f5c' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdDigitalSigningPlugin", "20.1.0" + s.dependency "WebIdIosIdentScanPlugin", "20.1.1" + s.dependency "WebIdOnServerDocumentScanner", "20.1.1" end