diff --git a/WebIdAutoIdentOnDeviceProductPlugin/15.0.2-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec b/WebIdAutoIdentOnDeviceProductPlugin/15.0.2-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec index 0d0238b..6f90283 100644 --- a/WebIdAutoIdentOnDeviceProductPlugin/15.0.2-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec +++ b/WebIdAutoIdentOnDeviceProductPlugin/15.0.2-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.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/WebIdAutoIdentOnDeviceProductPlugin/15.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '9f2619e5be950d7b16006473fff4c3e861efffe278ae3a0bbfde55e76710e227' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => '97128fdbcdcd505ff5342d7b97e083ed50ba3fa58a7124ab6769e892afe5cf36' } 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 = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnDeviceDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdDigitalSigningPlugin", "15.0.1" + s.dependency "WebIdIosIdentScanPlugin", "15.0.1" + s.dependency "WebIdOnDeviceDocumentScanner", "15.0.1" end