Skip to content

Commit f8f8154

Browse files
Merge pull request #335 from junpluse/patch-1
Fix missing 'NWWebSocket' in Carthage integration
2 parents 3e884ca + 098cfee commit f8f8154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To integrate PusherSwift into your Xcode project using Carthage, specify it in y
118118
github "pusher/pusher-websocket-swift"
119119
```
120120

121-
Carthage will produce a number of frameworks. You need to include the following framework binaries in your project from the `Carthage/Build` directory: `PusherSwift` and `TweetNacl`
121+
Carthage will produce a number of frameworks. You need to include the following framework binaries in your project from the `Carthage/Build` directory: `PusherSwift`, `NWWebSocket` and `TweetNacl`
122122

123123
#### Xcode 12 considerations
124124

0 commit comments

Comments
 (0)