Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-connection authored Aug 12, 2020
1 parent 50898e2 commit 3288f79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# SwiftStompClient
---
SwiftStompClient it's implementation [STOMP](https://stomp.github.io) on native [WebSocket](https://developer.apple.com/documentation/foundation/urlsessionwebsockettask) started support from iOS 13

## Requirements
---
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+

## Example using StompClient
---
```swift
let request = URLRequest(url: "wss://,ws://")
let webSocket = WebSocket(request: request)
Expand Down

0 comments on commit 3288f79

Please sign in to comment.