summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Package.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Package.swift b/Package.swift
index 5d8f0c602..72e058c55 100644
--- a/Package.swift
+++ b/Package.swift
@@ -7,6 +7,9 @@ let package = Package(
.library(name: "SmartDeviceLink", targets: ["SmartDeviceLink"]),
.library(name: "SmartDeviceLinkSwift", targets: ["SmartDeviceLinkSwift"])
],
+ dependencies: [
+ .package(url: "https://github.com/smartdevicelink/bson_c_lib", .branch("feature/swift-package-manager"))
+ ],
targets: [
.target(
name: "SmartDeviceLink",