add new version 7.0.0
This commit is contained in:
parent
8f36869091
commit
dcbfe70579
46
Package.swift
Normal file
46
Package.swift
Normal file
@ -0,0 +1,46 @@
|
||||
// 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: "WebIdSdkUiKitComponents",
|
||||
platforms: [
|
||||
.iOS(.v13)
|
||||
],
|
||||
products: [
|
||||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||
.library(name: "WebIdSdkUiKitComponents", targets: ["WebIdSdkUiKitComponentsWrapper"]),
|
||||
],
|
||||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
.package(
|
||||
name: "WebIdIosSdk",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git",
|
||||
.upToNextMinor(from: "9.0.0")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdUiKitComponents",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ui-components-spm.git",
|
||||
.upToNextMinor(from: "6.0.0")
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
name: "WebIdSdkUiKitComponents",
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdSdkUiKitComponents/7.0.0/WebIdSdkUiKitComponents.framework-v7.0.0.zip",
|
||||
checksum: "fc012bcab2cb405c866d603c0d01f741c8bc09e49c0456dcec5abc5dfcaf70d2"
|
||||
),
|
||||
.target(
|
||||
name: "WebIdSdkUiKitComponentsWrapper",
|
||||
dependencies: [
|
||||
.target(name: "WebIdSdkUiKitComponents"),
|
||||
// [target dependecies here]
|
||||
|
||||
.product(name: "WebIdIosSdk", package: "WebIdIosSdk"),
|
||||
.product(name: "WebIdUiKitComponents", package: "WebIdUiKitComponents"),
|
||||
]
|
||||
)
|
||||
],
|
||||
swiftLanguageVersions: [SwiftVersion.v5]
|
||||
)
|
4
Sources/WebIdSdkUiKitComponentsWrapper/Dummy.swift
Normal file
4
Sources/WebIdSdkUiKitComponentsWrapper/Dummy.swift
Normal 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.
|
||||
//
|
Loading…
x
Reference in New Issue
Block a user