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 @@ -86,7 +86,7 @@ Carthage
8686-----------------
8787Add this line to your ` Cartfile ` :
8888```
89- github "socketio/socket.io-client-swift" ~> 5.2.3 # Or latest version
89+ github "socketio/socket.io-client-swift" ~> 5.3.0 # Or latest version
9090```
9191
9292Run ` carthage update --platform ios,macosx ` .
@@ -100,7 +100,7 @@ source 'https://github.com/CocoaPods/Specs.git'
100100platform :ios , ' 8.0'
101101use_frameworks!
102102
103- pod ' Socket.IO-Client-Swift' , ' ~> 5.2.3 ' # Or latest version
103+ pod ' Socket.IO-Client-Swift' , ' ~> 5.3.0 ' # Or latest version
104104```
105105
106106Install pods:
@@ -128,7 +128,7 @@ CocoaSeeds
128128Add this line to your ` Seedfile ` :
129129
130130```
131- github "socketio/socket.io-client-swift", "v5.2.3 ", :files => "Source/*.swift" # Or latest version
131+ github "socketio/socket.io-client-swift", "v5.3.0 ", :files => "Source/*.swift" # Or latest version
132132```
133133
134134Run ` seed install ` .
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Socket.IO-Client-Swift"
33 s . module_name = "SocketIOClientSwift"
4- s . version = "5.2.3 "
4+ s . version = "5.3.0 "
55 s . summary = "Socket.IO-client for iOS and OS X"
66 s . description = <<-DESC
77 Socket.IO-client for iOS and OS X.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414 s . ios . deployment_target = '8.0'
1515 s . osx . deployment_target = '10.10'
1616 s . tvos . deployment_target = '9.0'
17- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v5.2.3 ' }
17+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v5.3.0 ' }
1818 s . source_files = "Source/**/*.swift"
1919 s . requires_arc = true
2020 # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments