diff --git a/WebIdPayOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec b/WebIdPayOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec index da8e4b2..fbb688b 100644 --- a/WebIdPayOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec +++ b/WebIdPayOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdPayOnServerProductPlugin.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/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.1.5/WebIdPayOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1344.zip', :sha256 => '5c71628a5ff1b39ab1b5fa0e5387822c1f73d31652d9d7b430f82eca7651af83' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.1.5/WebIdPayOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip', :sha256 => '9110f5038729bd3c6fcb6a5f22fa6973d35f0de86ba491a4b689ecdb968aff4f' } 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 = 'WebIdPayOnServerProductPlugin.xcframework' - s.dependency "WebIdIosBankIdentPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.3-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosBankIdentPlugin", "15.1.0" + s.dependency "WebIdDigitalSigningPlugin", "15.1.0" + s.dependency "WebIdIosIdentScanPlugin", "15.1.0" + s.dependency "WebIdOnServerDocumentScanner", "15.1.0" end