From c29bd2b2c82c8197a2d9bec4fd2e73db55489aad Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:03:39 +0200 Subject: [PATCH] bump: ios_deployment target to 12.0 for starscream dependency in cocoapods --- Socket.IO-Client-Swift.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index 243071f0..a9ace991 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Socket.IO-Client-Swift" s.module_name = "SocketIO" - s.version = "16.1.0" + s.version = "16.1.1" s.summary = "Socket.IO-client for iOS and OS X" s.description = <<-DESC Socket.IO-client for iOS and OS X. @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/socketio/socket.io-client-swift" s.license = { :type => 'MIT' } s.author = { "Erik" => "nuclear.ace@gmail.com" } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.osx.deployment_target = '10.13' s.tvos.deployment_target = '12.0' s.watchos.deployment_target = '5.0' @@ -28,4 +28,4 @@ Pod::Spec.new do |s| } s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift" s.dependency "Starscream", "~> 4.0.6" -end +end \ No newline at end of file