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 @@ -94,7 +94,7 @@ Carthage
9494-----------------
9595Add this line to your ` Cartfile ` :
9696```
97- github "socketio/socket.io-client-swift" ~> 8.0.1 # Or latest version
97+ github "socketio/socket.io-client-swift" ~> 8.0.2 # Or latest version
9898```
9999
100100Run ` carthage update --platform ios,macosx ` .
@@ -107,7 +107,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
107107use_frameworks!
108108
109109target ' YourApp' do
110- pod ' Socket.IO-Client-Swift' , ' ~> 8.0.1 ' # Or latest version
110+ pod ' Socket.IO-Client-Swift' , ' ~> 8.0.2 ' # Or latest version
111111end
112112```
113113
@@ -136,7 +136,7 @@ CocoaSeeds
136136Add this line to your ` Seedfile ` :
137137
138138```
139- github "socketio/socket.io-client-swift", "v8.0.1 ", :files => "Source/*.swift" # Or latest version
139+ github "socketio/socket.io-client-swift", "v8.0.2 ", :files => "Source/*.swift" # Or latest version
140140```
141141
142142Run ` 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 = "SocketIO"
4- s . version = "8.0.1 "
4+ s . version = "8.0.2 "
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 => 'v8.0.1 ' }
17+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v8.0.2 ' }
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