@@ -55,7 +55,9 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url options:@
5555- Can be used from Objective-C
5656
5757##Installation
58- Requires Swift 2/Xcode 7
58+ Requires Swift 2.2/Xcode 7.3
59+
60+ If you need Swift 2.1/Xcode 7.2 use v5.5.0 (Pre-Swift 2.2 support is no longer maintained)
5961
6062If you need Swift 1.2/Xcode 6.3/4 use v2.4.5 (Pre-Swift 2 support is no longer maintained)
6163
@@ -86,7 +88,7 @@ Carthage
8688-----------------
8789Add this line to your ` Cartfile ` :
8890```
89- github "socketio/socket.io-client-swift" ~> 5.5 .0 # Or latest version
91+ github "socketio/socket.io-client-swift" ~> 6.0 .0 # Or latest version
9092```
9193
9294Run ` carthage update --platform ios,macosx ` .
@@ -100,7 +102,7 @@ source 'https://github.com/CocoaPods/Specs.git'
100102platform :ios , ' 8.0'
101103use_frameworks!
102104
103- pod ' Socket.IO-Client-Swift' , ' ~> 5.5 .0' # Or latest version
105+ pod ' Socket.IO-Client-Swift' , ' ~> 6.0 .0' # Or latest version
104106```
105107
106108Install pods:
@@ -128,7 +130,7 @@ CocoaSeeds
128130Add this line to your ` Seedfile ` :
129131
130132```
131- github "socketio/socket.io-client-swift", "v5.5 .0", :files => "Source/*.swift" # Or latest version
133+ github "socketio/socket.io-client-swift", "v6.0 .0", :files => "Source/*.swift" # Or latest version
132134```
133135
134136Run ` seed install ` .
0 commit comments