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
5555Requires Swift 1.2/Xcode 6.3
5656
5757If 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+
5868Manually (iOS 7+)
5969-----------------
60701. 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'
6979platform :ios, '8.0'
7080use_frameworks!
7181
72- pod 'Socket.IO-Client-Swift', '~> 1 .3.2 ' # Or latest version
82+ pod 'Socket.IO-Client-Swift', '~> 2 .3.7 ' # Or latest version
7383```
7484
7585Install pods:
You can’t perform that action at this time.
0 commit comments