diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..3b5e9cf --- /dev/null +++ b/Package.swift @@ -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/internal/de/webid-solutions/WebIdUiKitComponents/6.0.0/WebIdUiKitComponents.framework-v6.0.0.zip", + checksum: "d381c67835c7359fd9ed898398c764e21b09e1edfa7492401c90a9f536415cd9" + ), + .target( + name: "WebIdUiKitComponentsWrapper", + dependencies: [ + .target(name: "WebIdUiKitComponents"), + // [target dependecies here] + + ] + ) + ], + swiftLanguageVersions: [SwiftVersion.v5] +) diff --git a/Sources/WebIdUiKitComponentsWrapper/Dummy.swift b/Sources/WebIdUiKitComponentsWrapper/Dummy.swift new file mode 100644 index 0000000..7dc7342 --- /dev/null +++ b/Sources/WebIdUiKitComponentsWrapper/Dummy.swift @@ -0,0 +1,4 @@ +// +// Created by WebID Solutions GmbH | www.webid-solutions.de. +// See the file "LICENSE" for the full license governing this code. +//