We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6138c53 commit 185d970Copy full SHA for 185d970
README.md
@@ -85,13 +85,15 @@ let package = Package(
85
Then import `import SocketIO`.
86
87
### Carthage
88
-Add these line to your `Cartfile`:
+Add this line to your `Cartfile`:
89
```
90
github "socketio/socket.io-client-swift" ~> 12.1.0 # Or latest version
91
92
93
Run `carthage update --platform ios,macosx`.
94
95
+Add the `Starscream` and `SocketIO` frameworks to your projects and follow the usual Carthage process.
96
+
97
### CocoaPods 1.0.0 or later
98
Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
99
0 commit comments