File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
5656##Installation
5757Requires Swift 2/Xcode 7
5858
59- If you need Swift 1.2/Xcode 6.3/4 use v2 (Pre-Swift 2 support is no longer maintained)
59+ If you need Swift 1.2/Xcode 6.3/4 use v2.4.5 (Pre-Swift 2 support is no longer maintained)
6060If you need Swift 1.1/Xcode 6.2 use v1.5.2. (Pre-Swift 1.2 support is no longer maintained)
6161
6262Carthage
6363-----------------
6464Add this line to your `Cartfile`:
6565```
66- github "socketio/socket.io-client-swift" ~ > 2.4.5 # Or latest version
66+ github "socketio/socket.io-client-swift" ~ > 3.0.0 # Or latest version
6767```
6868
6969Run `carthage update`.
@@ -82,7 +82,7 @@ source 'https://github.com/CocoaPods/Specs.git'
8282platform :ios, '8.0'
8383use_frameworks!
8484
85- pod 'Socket.IO-Client-Swift', '~> 2.4.5 ' # Or latest version
85+ pod 'Socket.IO-Client-Swift', '~> 3.0.0 ' # Or latest version
8686```
8787
8888Install pods:
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Socket.IO-Client-Swift"
3- s . version = "2.4.5 "
3+ s . version = "3.0.0 "
44 s . summary = "Socket.IO-client for iOS and OS X"
55 s . description = <<-DESC
66 Socket.IO-client for iOS and OS X.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212 s . author = { "Erik" => "nuclear.ace@gmail.com" }
1313 s . ios . deployment_target = '8.0'
1414 s . osx . deployment_target = '10.10'
15- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v2.4.5 ' }
15+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v3.0.0 ' }
1616 s . source_files = "SocketIOClientSwift/**/*.swift"
1717 s . requires_arc = true
1818 # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments