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 @@ -69,7 +69,7 @@ Carthage
69
69
-----------------
70
70
Add this line to your `Cartfile`:
71
71
```
72
- github "socketio/socket.io-client-swift" ~ > 4.1.4 # Or latest version
72
+ github "socketio/socket.io-client-swift" ~ > 4.1.5 # Or latest version
73
73
```
74
74
75
75
Run `carthage update --platform ios,macosx`.
@@ -83,7 +83,7 @@ source 'https://github.com/CocoaPods/Specs.git'
83
83
platform :ios, '8.0'
84
84
use_frameworks!
85
85
86
- pod 'Socket.IO-Client-Swift', '~> 4.1.4 ' # Or latest version
86
+ pod 'Socket.IO-Client-Swift', '~> 4.1.5 ' # Or latest version
87
87
```
88
88
89
89
Install pods:
@@ -111,7 +111,7 @@ CocoaSeeds
111
111
Add this line to your ` Seedfile ` :
112
112
113
113
```
114
- github "socketio/socket.io-client-swift", "v4.1.4 ", :files => "SocketIOClientSwift/*.swift" # Or latest version
114
+ github "socketio/socket.io-client-swift", "v4.1.5 ", :files => "SocketIOClientSwift/*.swift" # Or latest version
115
115
```
116
116
117
117
Run ` seed install ` .
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 = "4.1.4 "
3
+ s . version = "4.1.5 "
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.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
s . ios . deployment_target = '8.0'
14
14
s . osx . deployment_target = '10.10'
15
15
s . tvos . deployment_target = '9.0'
16
- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v4.1.4 ' }
16
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v4.1.5 ' }
17
17
s . source_files = "Source/**/*.swift"
18
18
s . requires_arc = true
19
19
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments