Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Jan 10, 2025
1 parent fbc67fe commit 1134dbc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ let libraryType: PackageDescription.Product.Library.LibraryType? = dynamicLibrar

var package = Package(
name: "GATT",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v13),
],
products: [
.library(
name: "GATT",
Expand All @@ -23,7 +29,7 @@ var package = Package(
dependencies: [
.package(
url: "https://github.com/PureSwift/Bluetooth.git",
branch: "master"
from: "7.1.0"
)
],
targets: [
Expand Down

0 comments on commit 1134dbc

Please sign in to comment.