Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-popov authored Sep 27, 2017
1 parent 36e8c85 commit 256e384
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
### Carthage
Add these line to your `Cartfile`:
```
github "acmacalister/jetfire" ~> 0.1.6
github "vascome/vpsocketio" ~> 0.0.1 # Or latest version
github "vascome/vpsocketio" ~> 0.0.5 # Or latest version
```
Run `carthage update --platform ios,macosx`.
Expand All @@ -42,7 +41,7 @@ Create `Podfile` and add `pod 'vpsocketio'`:
```ruby
target 'MyApp' do
pod 'vpsocketio', '~> 0.0.1' # Or latest version
pod 'vpsocketio', '~> 0.0.5' # Or latest version
end
```

Expand Down

0 comments on commit 256e384

Please sign in to comment.