File tree 2 files changed +5
-5
lines changed
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
56
56
##Installation
57
57
Requires Swift 2/Xcode 7
58
58
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)
60
60
If you need Swift 1.1/Xcode 6.2 use v1.5.2. (Pre-Swift 1.2 support is no longer maintained)
61
61
62
62
Carthage
63
63
-----------------
64
64
Add this line to your `Cartfile`:
65
65
```
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
67
67
```
68
68
69
69
Run `carthage update`.
@@ -82,7 +82,7 @@ source 'https://github.com/CocoaPods/Specs.git'
82
82
platform :ios, '8.0'
83
83
use_frameworks!
84
84
85
- pod 'Socket.IO-Client-Swift', '~> 2.4.5 ' # Or latest version
85
+ pod 'Socket.IO-Client-Swift', '~> 3.0.0 ' # Or latest version
86
86
```
87
87
88
88
Install pods:
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Socket.IO-Client-Swift"
3
- s . version = "2.4.5 "
3
+ s . version = "3.0.0 "
4
4
s . summary = "Socket.IO-client for iOS and OS X"
5
5
s . description = <<-DESC
6
6
Socket.IO-client for iOS and OS X.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
s . author = { "Erik" => "[email protected] " }
13
13
s . ios . deployment_target = '8.0'
14
14
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 ' }
16
16
s . source_files = "SocketIOClientSwift/**/*.swift"
17
17
s . requires_arc = true
18
18
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments