diff --git a/WebIdEIdOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec index 07ffa59..5f54fbc 100644 --- a/WebIdEIdOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec +++ b/WebIdEIdOnServerProductPlugin/15.0.2-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/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.2/WebIdEIdOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '8fb094d6c28da0bbf06dc71b3afdc05bd2b9049f9a6b8a93e51ddd898d37f3c0' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.2/WebIdEIdOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => 'a5d00890cf102f330ce6be37f49b3346b08a1fcce20f58c3e1e75f62a7f65694' } 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.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdEIdentPlugin", "15.0.1" + s.dependency "WebIdDigitalSigningPlugin", "15.0.1" + s.dependency "WebIdIosIdentScanPlugin", "15.0.1" + s.dependency "WebIdOnServerDocumentScanner", "15.0.1" end