Skip to content

Commit 6adf6c6

Browse files
committed
After project setup
1 parent 62bffc0 commit 6adf6c6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ let package = Package(
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
1616
// .package(url: /* package url */, from: "1.0.0"),
17+
.package(url: "https://github.com/daltoniam/Starscream.git", .upToNextMajor(from: "4.0.3")),
1718
],
1819
targets: [
1920
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2021
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2122
.target(
2223
name: "StompClientKit",
23-
dependencies: []),
24+
dependencies: ["Starscream"]),
2425
.testTarget(
2526
name: "StompClientKitTests",
2627
dependencies: ["StompClientKit"]),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# StompClientKit
1+
# Stomp Client Kit
22

3-
A description of this package.
3+
A library of STOMP Client over Websocket, built on Starscream.

0 commit comments

Comments
 (0)