6
0

add new version 8.0.0

This commit is contained in:
mac-mini-003 2024-09-05 14:40:08 +02:00
parent da6aa27544
commit e8b6ae1d00
2 changed files with 39 additions and 0 deletions

35
Package.swift Normal file
View File

@ -0,0 +1,35 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "WebIdUiKitComponents",
platforms: [
.iOS(.v13)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(name: "WebIdUiKitComponents", targets: ["WebIdUiKitComponentsWrapper"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
],
targets: [
.binaryTarget(
name: "WebIdUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdUiKitComponents/8.0.0/WebIdUiKitComponents.framework-v8.0.0.zip",
checksum: "c4b32584a7dc16853ddd4dcca424c0199246e85dd599bc66dab4b19a5406928a"
),
.target(
name: "WebIdUiKitComponentsWrapper",
dependencies: [
.target(name: "WebIdUiKitComponents"),
// [target dependecies here]
]
)
],
swiftLanguageVersions: [SwiftVersion.v5]
)

View File

@ -0,0 +1,4 @@
//
// Created by WebID Solutions GmbH | www.webid-solutions.de.
// See the file "LICENSE" for the full license governing this code.
//