[Feature] Communications #4

Merged
javier merged 11 commits from feature/remote into main 2023-04-16 18:48:00 +00:00
Showing only changes of commit 576c3acafa - Show all commits

View File

@ -10,6 +10,12 @@ excludePlatforms = []
let package = Package(
name: "SwiftLibs",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
.library(
name: "SwiftLibs",