File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Socket.IO-Client-Swift"
3
3
s . module_name = "SocketIO"
4
- s . version = "8.3.3 "
4
+ s . version = "9.0.0 "
5
5
s . summary = "Socket.IO-client for iOS and OS X"
6
6
s . description = <<-DESC
7
7
Socket.IO-client for iOS and OS X.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
s . ios . deployment_target = '8.0'
15
15
s . osx . deployment_target = '10.10'
16
16
s . tvos . deployment_target = '9.0'
17
- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v8.3.3 ' }
17
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v9.0.0 ' }
18
18
s . source_files = "Source/**/*.swift"
19
19
s . requires_arc = true
20
20
s . pod_target_xcconfig = { 'SWIFT_VERSION' => '3.1' }
You can’t perform that action at this time.
0 commit comments