Skip to content

Commit

Permalink
Publishing SPM package for release v5.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
scanbot-ci committed Mar 21, 2024
1 parent b69ec4e commit 43ebcdc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Open Source libraries used in ScanbotDocumentScannerSDK for iOS version 4.2.2:
Open Source libraries used in ScanbotDocumentScannerSDK for iOS version 5.0.3:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Expand Down Expand Up @@ -1229,6 +1229,18 @@ LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.


+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

libzueci

Version 1.0.0
(https://sourceforge.net/projects/libzueci/)

A simple, standalone, BSD-3-Clause C library for converting UTF-8 to/from Extended Channel Interpretations, as
defined by AIM ITS/04-023 International Technical Standard - Extended Channel Interpretations Part 3: Register
(Version 2, February 2022).


+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

magic-enum
Expand Down Expand Up @@ -2505,6 +2517,7 @@ Version 1.1.0




G8Tesseract
Copyright @ 2014 Daniele Galiotto. https://github.com/gali8/Tesseract-OCR-iOS
This library is distributed under the terms of a MIT License (https://github.com/gali8/Tesseract-OCR-iOS/blob/master/LICENSE.md).
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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-4.2.2.zip",
checksum: "c7a45ea9ad0f1f333f22393910462f81b3ea9bd1589037efe98bc6e04e2e63c5"
url: "https://download.scanbot.io/document-scanner-sdk/ios/xcframeworks/scanbot-ios-document-scanner-sdk-xcframework-5.0.3.zip",
checksum: "be3f74e4c6864664604de8fa08e1d59207ea6fa24e47f21d9d0aa38cf0e7fb73"
),
]
)

0 comments on commit 43ebcdc

Please sign in to comment.