File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Carthage
9191-----------------
9292Add this line to your ` Cartfile ` :
9393```
94- github "socketio/socket.io-client-swift" ~> 7.0.1 # Or latest version
94+ github "socketio/socket.io-client-swift" ~> 7.0.3 # Or latest version
9595```
9696
9797Run ` carthage update --platform ios,macosx ` .
@@ -104,7 +104,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
104104use_frameworks!
105105
106106target ' YourApp' do
107- pod ' Socket.IO-Client-Swift' , ' ~> 7.0.1 ' # Or latest version
107+ pod ' Socket.IO-Client-Swift' , ' ~> 7.0.3 ' # Or latest version
108108end
109109```
110110
@@ -133,7 +133,7 @@ CocoaSeeds
133133Add this line to your ` Seedfile ` :
134134
135135```
136- github "socketio/socket.io-client-swift", "v7.0.1 ", :files => "Source/*.swift" # Or latest version
136+ github "socketio/socket.io-client-swift", "v7.0.3 ", :files => "Source/*.swift" # Or latest version
137137```
138138
139139Run ` seed install ` .
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Socket.IO-Client-Swift"
3- s . module_name = "SocketIOClientSwift "
4- s . version = "7.0.2 "
3+ s . module_name = "SocketIO "
4+ s . version = "7.0.3 "
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 => 'v7.0.2 ' }
17+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v7.0.3 ' }
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