From b4f7024940be1fcc194673f3268e72113cd6764c Mon Sep 17 00:00:00 2001 From: Dan Shevlyuk Date: Sun, 18 Dec 2016 15:18:27 +0300 Subject: [PATCH] Add Carthage support and edit link for pod version shield --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38fe090..009b06b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SwiftSocket -[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/SwiftSocket.svg)](https://img.shields.io/cocoapods/v/SwiftSocket.svg) [![CocoaPods Platforms](https://img.shields.io/cocoapods/p/SwiftSocket.svg)](https://img.shields.io/cocoapods/p/SwiftSocket.svg) +[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/SwiftSocket.svg)](https://cocoapods.org/pods/SwiftSocket) +[![CocoaPods Platforms](https://img.shields.io/cocoapods/p/SwiftSocket.svg)](https://img.shields.io/cocoapods/p/SwiftSocket.svg) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](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