diff --git a/Package.swift b/Package.swift index b259c13..f6ef133 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("15.1.2") + .exact("15.2.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.1.1") + .exact("15.2.0") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.1.2/WebIdOnDeviceDocumentScanner.framework-v15.1.2.zip", - checksum: "b43fbd64c1b53ac844cbd9e17959faef1e44a5af4fb924d4544b29e472026bb3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.2.0/WebIdOnDeviceDocumentScanner.framework-v15.2.0.zip", + checksum: "fd7658bf059489c9949705ab41e497256b7d4566edd79dd3676bce54275601aa" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",