diff --git a/WebIdAutoIdProductPlugin/201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index 6c73d6d..88ae915 100644 --- a/WebIdAutoIdProductPlugin/201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/201.1.5-SNAPSHOT/WebIdAutoIdProductPlugin.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/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1575.zip', :sha256 => 'f40ab8a078b82b97faa5f1513b4b52cc8bcde6bd236f8fae46e6c74b45d21617' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1578.zip', :sha256 => '6c0b12e13bc5cbf28e70ddbb73ceaf0a7d0650ffa3c63fa7e4315548c3466510' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,5 +16,9 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' - + s.dependency "WebIdDigitalSigningPlugin", "200.3.2-SNAPSHOT" #branch:experimental + s.dependency "WebIdIosIdentScanPlugin", "200.3.6-SNAPSHOT" #branch:experimental + s.dependency "WebIdDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental + s.dependency "WebIdOnServerDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental + s.dependency "WebIdCellCheckPlugin", "100.0.1-SNAPSHOT" #branch:experimental end