add new version 13.3.0
This commit is contained in:
parent
6be97fece9
commit
d3054a3653
@ -17,19 +17,29 @@ let package = Package(
|
|||||||
.package(
|
.package(
|
||||||
name: "WebIdDocumentScanner",
|
name: "WebIdDocumentScanner",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
|
||||||
.exact("13.2.0")
|
.exact("13.3.0")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdPluginCore",
|
name: "WebIdPluginCore",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
|
||||||
.exact("13.2.1")
|
.exact("13.3.0")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "DocumentReader",
|
||||||
|
url: "https://github.com/regulaforensics/DocumentReader-Swift-Package",
|
||||||
|
.upToNextMajor(from: "7.5.4221")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "Full",
|
||||||
|
url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package",
|
||||||
|
.upToNextMajor(from: "7.5.11015")
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdOnDeviceDocumentScanner",
|
name: "WebIdOnDeviceDocumentScanner",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.2.0/WebIdOnDeviceDocumentScanner.framework-v13.2.0.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0.zip",
|
||||||
checksum: "49e832550c9fb6efe8716aebde94453d193e39fa9e3b853c87c2a16a67265b5f"
|
checksum: "433db3920be8f4fb8a697f0af92e2210c07e6b8ae207933e721004385cb3106b"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdOnDeviceDocumentScannerWrapper",
|
name: "WebIdOnDeviceDocumentScannerWrapper",
|
||||||
@ -39,6 +49,8 @@ let package = Package(
|
|||||||
|
|
||||||
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
||||||
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
||||||
|
.product(name: "DocumentReader", package: "DocumentReader"),
|
||||||
|
.product(name: "Full", package: "Full"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user