File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ let package = Package(
14
14
dependencies: [
15
15
// Dependencies declare other packages that this package depends on.
16
16
// .package(url: /* package url */, from: "1.0.0"),
17
+ . package ( url: " https://github.com/daltoniam/Starscream.git " , . upToNextMajor( from: " 4.0.3 " ) ) ,
17
18
] ,
18
19
targets: [
19
20
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
20
21
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
21
22
. target(
22
23
name: " StompClientKit " ,
23
- dependencies: [ ] ) ,
24
+ dependencies: [ " Starscream " ] ) ,
24
25
. testTarget(
25
26
name: " StompClientKitTests " ,
26
27
dependencies: [ " StompClientKit " ] ) ,
Original file line number Diff line number Diff line change 1
- # StompClientKit
1
+ # Stomp Client Kit
2
2
3
- A description of this package .
3
+ A library of STOMP Client over Websocket, built on Starscream .
You can’t perform that action at this time.
0 commit comments