Add Carthage support and edit link for pod version shield
This commit is contained in:
parent
93f2e7e111
commit
b4f7024940
@ -1,5 +1,7 @@
|
||||
# SwiftSocket
|
||||
[](https://img.shields.io/cocoapods/v/SwiftSocket.svg) [](https://img.shields.io/cocoapods/p/SwiftSocket.svg)
|
||||
[](https://cocoapods.org/pods/SwiftSocket)
|
||||
[](https://img.shields.io/cocoapods/p/SwiftSocket.svg)
|
||||
[](https://github.com/Carthage/Carthage)
|
||||
|
||||
SwiftSocket library provides as easy to use interface for socket based connections on server or client side.
|
||||
Supports both TCP and UDP sockets.
|
||||
@ -13,6 +15,11 @@ pod 'SwiftSocket'
|
||||
```
|
||||
And run then `pod install`
|
||||
|
||||
## Carthage
|
||||
```ruby
|
||||
github 'swiftsocket/SwiftSocket
|
||||
```
|
||||
|
||||
# Code examples
|
||||
|
||||
## Create client socket
|
||||
|
||||
Loading…
Reference in New Issue
Block a user