Skip to content

Commit 185d970

Browse files
committed
update readme for carthage
1 parent 6138c53 commit 185d970

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,15 @@ let package = Package(
8585
Then import `import SocketIO`.
8686

8787
### Carthage
88-
Add these line to your `Cartfile`:
88+
Add this line to your `Cartfile`:
8989
```
9090
github "socketio/socket.io-client-swift" ~> 12.1.0 # Or latest version
9191
```
9292

9393
Run `carthage update --platform ios,macosx`.
9494

95+
Add the `Starscream` and `SocketIO` frameworks to your projects and follow the usual Carthage process.
96+
9597
### CocoaPods 1.0.0 or later
9698
Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
9799

0 commit comments

Comments
 (0)