Skip to content

Commit

Permalink
Add SPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Carrasco committed Aug 8, 2022
1 parent 1e2c85b commit 2cd99b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
let package = Package(
name: "SliceControl",
platforms: [
.iOS(.v11),
],
products: [
.library(
name: "SliceControl",
targets: ["SliceControl"]),
],
dependencies: [],
targets: [
.target(
name: "SliceControl",
dependencies: [],
path: "SliceControl"),
]
)

0 comments on commit 2cd99b0

Please sign in to comment.