From 402452603bb4e22801c82dd7c34a722315a3217b Mon Sep 17 00:00:00 2001 From: Sebastian Husche Date: Fri, 15 Mar 2024 16:51:13 +0100 Subject: [PATCH] Publishing SPM package for release v5.0.2. --- LICENSE | 16 ++++++++-------- Package.swift | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index c2f08c5..dc90768 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Open Source libraries used in ScanbotDocumentScannerSDK for iOS version 5.0.1: +Open Source libraries used in ScanbotDocumentScannerSDK for iOS version 5.0.2: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -825,7 +825,7 @@ without express or implied warranty. JSON for Modern C++ -Version no-rev +Version v3.11.2 (https://github.com/nlohmann/json) MIT License @@ -1245,7 +1245,7 @@ defined by AIM ITS/04-023 International Technical Standard - Extended Channel In magic-enum -Version no-rev +Version v0.8.1 (https://github.com/Neargye/magic_enum) MIT License @@ -1275,7 +1275,7 @@ SOFTWARE. Nameof C++ -Version no-rev +Version v0.10.3 (https://github.com/Neargye/nameof) MIT License @@ -1650,7 +1650,7 @@ Version 1.1.1t spdlog -Version no-rev +Version v1.9.2 (https://github.com/gabime/spdlog) The MIT License (MIT) @@ -2195,7 +2195,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. xsimd -Version no-rev +Version 7.4.9-18-g3d17850 (https://github.com/xtensor-stack/xsimd) Copyright (c) 2016, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and Martin Renou @@ -2232,7 +2232,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. xtensor -Version no-rev +Version 0.23.9-1-gbe35a267 (https://github.com/doo/xtensor) Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht @@ -2269,7 +2269,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. xtl -Version no-rev +Version 0.7.2 (https://github.com/xtensor-stack/xtl) BSD 3-Clause License diff --git a/Package.swift b/Package.swift index 2a62cb1..33664ba 100644 --- a/Package.swift +++ b/Package.swift @@ -14,8 +14,8 @@ let package = Package( targets: [ .binaryTarget( name: "ScanbotDocumentScannerSDK", - url: "https://download.scanbot.io/document-scanner-sdk/ios/xcframeworks/scanbot-ios-document-scanner-sdk-xcframework-5.0.1.zip", - checksum: "baa8db9c9b5a0d92edd16258e70825be95e80259a29ddafd9b4b85b5ee733328" + url: "https://download.scanbot.io/document-scanner-sdk/ios/xcframeworks/scanbot-ios-document-scanner-sdk-xcframework-5.0.2.zip", + checksum: "6308e73a5384fdd8468353d41ce631e2258dd6228df9a9c8bbc61ac9a291c703" ), ] )