Upload files to "/"
This commit is contained in:
parent
e4f9a806c4
commit
5ad6fe8793
24
Package.swift
Normal file
24
Package.swift
Normal file
@ -0,0 +1,24 @@
|
||||
// swift-tools-version: 5.10
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
|
||||
let package = Package(
|
||||
name: "OcambaHood",
|
||||
platforms: [
|
||||
.iOS(.v12)
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
name: "OcambaHood",
|
||||
targets: ["OcambaHood"]
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
name: "OcambaHood",
|
||||
path: "./OcambaHood.xcframework"
|
||||
),
|
||||
]
|
||||
)
|
Loading…
Reference in New Issue
Block a user