add new version 9.0.0
This commit is contained in:
parent
7980d7e31d
commit
e28bd90e16
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: "WebIdIosSdk",
|
||||||
|
platforms: [
|
||||||
|
.iOS(.v13)
|
||||||
|
],
|
||||||
|
products: [
|
||||||
|
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||||
|
.library(name: "WebIdIosSdk", targets: ["WebIdIosSdkWrapper"]),
|
||||||
|
],
|
||||||
|
dependencies: [
|
||||||
|
// Dependencies declare other packages that this package depends on.
|
||||||
|
|
||||||
|
],
|
||||||
|
targets: [
|
||||||
|
.binaryTarget(
|
||||||
|
name: "WebIdIosSdk",
|
||||||
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosSdk/9.0.0/WebIdIosSdk.framework-v9.0.0.zip",
|
||||||
|
checksum: "83c0f15dfd9e5e4c0ba8e10a3308caffb84d75c922a5219602b41c9707c03a17"
|
||||||
|
),
|
||||||
|
.target(
|
||||||
|
name: "WebIdIosSdkWrapper",
|
||||||
|
dependencies: [
|
||||||
|
.target(name: "WebIdIosSdk"),
|
||||||
|
// [target dependecies here]
|
||||||
|
|
||||||
|
]
|
||||||
|
)
|
||||||
|
],
|
||||||
|
swiftLanguageVersions: [SwiftVersion.v5]
|
||||||
|
)
|
4
Sources/WebIdIosSdkWrapper/Dummy.swift
Normal file
4
Sources/WebIdIosSdkWrapper/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