File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,16 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
55
55
Requires Swift 1.2/Xcode 6.3
56
56
57
57
If you need Swift 1.1/Xcode 6.2 use v1.5.2. (Pre-Swift 1.2 support is no longer maintained)
58
+
59
+ Carthage
60
+ -----------------
61
+ Add this line to your `Cartfile`:
62
+ ```
63
+ github "socketio/socket.io-client-swift" ~ > 2.3.7 # Or latest version
64
+ ```
65
+
66
+ Run `carthage update`.
67
+
58
68
Manually (iOS 7+)
59
69
-----------------
60
70
1. Copy the SocketIOClientSwift folder into your Xcode project. (Make sure you add the files to your target(s))
@@ -69,7 +79,7 @@ source 'https://github.com/CocoaPods/Specs.git'
69
79
platform :ios, '8.0'
70
80
use_frameworks!
71
81
72
- pod 'Socket.IO-Client-Swift', '~> 1 .3.2 ' # Or latest version
82
+ pod 'Socket.IO-Client-Swift', '~> 2 .3.7 ' # Or latest version
73
83
```
74
84
75
85
Install pods:
You can’t perform that action at this time.
0 commit comments