File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ Then import `import SocketIO`.
8787### Carthage
8888Add these line to your ` Cartfile ` :
8989```
90- github "nuclearace/Starscream" ~> 8.0.7
91- github "socketio/socket.io-client-swift" ~> 12.0.0 # Or latest version
90+ github "socketio/socket.io-client-swift" ~> 12.1.0 # Or latest version
9291```
9392
9493Run ` carthage update --platform ios,macosx ` .
@@ -100,7 +99,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
10099use_frameworks!
101100
102101target ' YourApp' do
103- pod ' Socket.IO-Client-Swift' , ' ~> 12.0 .0' # Or latest version
102+ pod ' Socket.IO-Client-Swift' , ' ~> 12.1 .0' # Or latest version
104103end
105104```
106105
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.0 .0"
4+ s . version = "12.1 .0"
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,12 +17,12 @@ 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.0 .0' ,
20+ :tag => 'v12.1 .0' ,
2121 :submodules => true
2222 }
2323 s . pod_target_xcconfig = {
2424 'SWIFT_VERSION' => '4.0'
2525 }
2626 s . source_files = "Source/SocketIO/**/*.swift" , "Source/SocketIO/*.swift"
27- s . dependency "StarscreamSocketIO " , "~> 9.0.2 "
27+ s . dependency "Starscream " , "~> 2.1.1 "
2828end
You can’t perform that action at this time.
0 commit comments