File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Then import `import SocketIO`.
9393### Carthage
9494Add this line to your ` Cartfile ` :
9595```
96- github "socketio/socket.io-client-swift" ~> 12.1.1 # Or latest version
96+ github "socketio/socket.io-client-swift" ~> 12.1.2 # Or latest version
9797```
9898
9999Run ` 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' , ' ~> 12.1.1 ' # Or latest version
110+ pod ' Socket.IO-Client-Swift' , ' ~> 12.1.2 ' # Or latest version
111111end
112112```
113113
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 = "12.1.1 "
4+ s . version = "12.1.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.
@@ -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 => 'v12.1.1 ' ,
20+ :tag => 'v12.1.2 ' ,
2121 :submodules => true
2222 }
2323 s . pod_target_xcconfig = {
You can’t perform that action at this time.
0 commit comments