From 185d9708cd56a9187c256484163a538392e7eec5 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Sun, 1 Oct 2017 09:58:43 -0400 Subject: [PATCH] update readme for carthage --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a92b759..502a5b2 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,15 @@ let package = Package( Then import `import SocketIO`. ### Carthage -Add these line to your `Cartfile`: +Add this line to your `Cartfile`: ``` github "socketio/socket.io-client-swift" ~> 12.1.0 # Or latest version ``` Run `carthage update --platform ios,macosx`. +Add the `Starscream` and `SocketIO` frameworks to your projects and follow the usual Carthage process. + ### CocoaPods 1.0.0 or later Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`: