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 @@ -95,7 +95,7 @@ Carthage
9595-----------------
9696Add this line to your ` Cartfile ` :
9797```
98- github "socketio/socket.io-client-swift" ~> 8.1.0 # Or latest version
98+ github "socketio/socket.io-client-swift" ~> 8.1.1 # Or latest version
9999```
100100
101101Run ` carthage update --platform ios,macosx ` .
@@ -108,7 +108,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
108108use_frameworks!
109109
110110target ' YourApp' do
111- pod ' Socket.IO-Client-Swift' , ' ~> 8.1.0 ' # Or latest version
111+ pod ' Socket.IO-Client-Swift' , ' ~> 8.1.1 ' # Or latest version
112112end
113113```
114114
@@ -137,7 +137,7 @@ CocoaSeeds
137137Add this line to your ` Seedfile ` :
138138
139139```
140- github "socketio/socket.io-client-swift", "v8.1.0 ", :files => "Source/*.swift" # Or latest version
140+ github "socketio/socket.io-client-swift", "v8.1.1 ", :files => "Source/*.swift" # Or latest version
141141```
142142
143143Run ` 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.1.0 "
4+ s . version = "8.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.
@@ -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.1.0 ' }
17+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v8.1.1 ' }
1818 s . source_files = "Source/**/*.swift"
1919 s . requires_arc = true
2020 s . pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
You can’t perform that action at this time.
0 commit comments