add new version 6.0.0-SNAPSHOT-172
This commit is contained in:
parent
e9ca267837
commit
78e98674c9
35
Package.swift
Normal file
35
Package.swift
Normal 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/snapshots/de/webid-solutions/WebIdUiKitComponents/6.0.0/WebIdUiKitComponents.framework-v6.0.0-SNAPSHOT-172.zip",
|
||||
checksum: "16dda60a5878ae77f4547a6cc02ff0d9655fb3dceb23d301155e3b06372e3cb4"
|
||||
),
|
||||
.target(
|
||||
name: "WebIdUiKitComponentsWrapper",
|
||||
dependencies: [
|
||||
.target(name: "WebIdUiKitComponents"),
|
||||
// [target dependecies here]
|
||||
|
||||
]
|
||||
)
|
||||
],
|
||||
swiftLanguageVersions: [SwiftVersion.v5]
|
||||
)
|
4
Sources/WebIdUiKitComponentsWrapper/Dummy.swift
Normal file
4
Sources/WebIdUiKitComponentsWrapper/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