diff --git a/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec index eb4d74d..e503a46 100644 --- a/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec +++ b/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.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/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1261.zip', :sha256 => 'c0fa98dbc56a682cb8c81679a6f6e031a1bb2221f2374bc546a267b7de420ce8' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1324.zip', :sha256 => '4ab7d8fb0e54e094964d14162f5fbc55ad334f7a5bff2d1f1d5232bdec2bfcd4' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,10 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework' - s.dependency "DocumentReader", "~> 7.2" - s.dependency "RegulaCommon", "~> 7.2" - s.dependency "WebIdEIdentPlugin", "6.3.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdDigitalSigningPlugin", "12.2.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdOnServerDocumentScanner", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdEIdentPlugin", "6.3.1" + s.dependency "WebIdDigitalSigningPlugin", "12.2.1" + s.dependency "WebIdIosIdentScanPlugin", "13.3.2" + s.dependency "WebIdOnServerDocumentScanner", "13.3.2" end