Update starscream version in readme

This commit is contained in:
Erik Little 2017-08-18 18:57:56 -04:00
parent 4968e752e6
commit 955382eb8f
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -91,7 +91,7 @@ Then import `import SocketIO`.
### Carthage ### Carthage
Add these line to your `Cartfile`: Add these line to your `Cartfile`:
``` ```
github "nuclearace/Starscream" ~> 8.0.2 github "nuclearace/Starscream" ~> 8.0.3
github "socketio/socket.io-client-swift" ~> 11.1.0 # Or latest version github "socketio/socket.io-client-swift" ~> 11.1.0 # Or latest version
``` ```