summaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-09 15:44:33 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-09 15:44:33 -0400
commitdb1345af011c43575a9a56a355a7f1f2b81c5d26 (patch)
tree0ccb0bd7a452f7c79bbb42836856f7781e7b2a33 /Package.swift
parent25d15746038ecaf9198e1a9be764f11cb0c46921 (diff)
downloadsdl_ios-db1345af011c43575a9a56a355a7f1f2b81c5d26.tar.gz
Actually fix the spec?
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index 67a426100..bb64dc825 100644
--- a/Package.swift
+++ b/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
.library(name: "SmartDeviceLinkSwift", targets: ["SmartDeviceLinkSwift"])
],
dependencies: [
- .package(name: "BiSON", url: "https://github.com/smartdevicelink/bson_c_lib.git", from: .branch("feature/swift_pm_support"))
+ .package(name: "BiSON", url: "https://github.com/smartdevicelink/bson_c_lib.git", .branch("feature/swift_pm_support"))
],
targets: [
.target(