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 @@ -92,7 +92,7 @@ Then import `import SocketIO`.
9292Add these line to your ` Cartfile ` :
9393```
9494github "nuclearace/Starscream" ~> 8.0.4
95- github "socketio/socket.io-client-swift" ~> 11.1.2 # Or latest version
95+ github "socketio/socket.io-client-swift" ~> 11.1.1 # Or latest version
9696```
9797
9898Run ` 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' , ' ~> 11.1.2 ' # Or latest version
107+ pod ' Socket.IO-Client-Swift' , ' ~> 11.1.1 ' # Or latest version
108108end
109109```
110110
@@ -132,7 +132,7 @@ Objective-C:
132132Add this line to your ` Seedfile ` :
133133
134134```
135- github "socketio/socket.io-client-swift", "v11.1.2 ", :files => "Source/*.swift" # Or latest version
135+ github "socketio/socket.io-client-swift", "v11.1.1 ", :files => "Source/*.swift" # Or latest version
136136```
137137
138138Run ` 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 = "11.1.2 "
4+ s . version = "11.1.1 "
55 s . summary = "Socket.IO-client for iOS and OS X"
66 s . description = <<-DESC
77 Socket.IO-client for iOS and OS X.
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717 s . requires_arc = true
1818 s . source = {
1919 :git => "https://github.com/socketio/socket.io-client-swift.git" ,
20- :tag => 'v11.1.2 ' ,
20+ :tag => 'v11.1.1 ' ,
2121 :submodules => true
2222 }
2323 s . pod_target_xcconfig = {
You can’t perform that action at this time.
0 commit comments