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 @@ -69,7 +69,7 @@ Carthage
6969-----------------
7070Add this line to your `Cartfile`:
7171```
72- github "socketio/socket.io-client-swift" ~ > 4.1.3 # Or latest version
72+ github "socketio/socket.io-client-swift" ~ > 4.1.4 # Or latest version
7373```
7474
7575Run `carthage update --platform ios,macosx`.
@@ -83,7 +83,7 @@ source 'https://github.com/CocoaPods/Specs.git'
8383platform :ios, '8.0'
8484use_frameworks!
8585
86- pod 'Socket.IO-Client-Swift', '~> 4.1.3 ' # Or latest version
86+ pod 'Socket.IO-Client-Swift', '~> 4.1.4 ' # Or latest version
8787```
8888
8989Install pods:
@@ -111,7 +111,7 @@ CocoaSeeds
111111Add this line to your ` Seedfile ` :
112112
113113```
114- github "socketio/socket.io-client-swift", "v4.1.3 ", :files => "SocketIOClientSwift/*.swift" # Or latest version
114+ github "socketio/socket.io-client-swift", "v4.1.4 ", :files => "SocketIOClientSwift/*.swift" # Or latest version
115115```
116116
117117Run ` 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 . version = "4.1.3 "
3+ s . version = "4.1.4 "
44 s . summary = "Socket.IO-client for iOS and OS X"
55 s . description = <<-DESC
66 Socket.IO-client for iOS and OS X.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313 s . ios . deployment_target = '8.0'
1414 s . osx . deployment_target = '10.10'
1515 s . tvos . deployment_target = '9.0'
16- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v4.1.3 ' }
16+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v4.1.4 ' }
1717 s . source_files = "Source/**/*.swift"
1818 s . requires_arc = true
1919 # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments