@@ -55,7 +55,9 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url options:@
55
55
- Can be used from Objective-C
56
56
57
57
##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)
59
61
60
62
If you need Swift 1.2/Xcode 6.3/4 use v2.4.5 (Pre-Swift 2 support is no longer maintained)
61
63
@@ -86,7 +88,7 @@ Carthage
86
88
-----------------
87
89
Add this line to your ` Cartfile ` :
88
90
```
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
90
92
```
91
93
92
94
Run ` carthage update --platform ios,macosx ` .
@@ -100,7 +102,7 @@ source 'https://github.com/CocoaPods/Specs.git'
100
102
platform :ios , ' 8.0'
101
103
use_frameworks!
102
104
103
- pod ' Socket.IO-Client-Swift' , ' ~> 5.5 .0' # Or latest version
105
+ pod ' Socket.IO-Client-Swift' , ' ~> 6.0 .0' # Or latest version
104
106
```
105
107
106
108
Install pods:
@@ -128,7 +130,7 @@ CocoaSeeds
128
130
Add this line to your ` Seedfile ` :
129
131
130
132
```
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
132
134
```
133
135
134
136
Run ` seed install ` .
0 commit comments