From 6e54ac453438ca6b1bd18212ae35d352e63a5d9a Mon Sep 17 00:00:00 2001 From: Dick Verbunt Date: Sat, 31 Oct 2015 22:06:10 +0100 Subject: [PATCH] Supporting tvOS for Cocoapods --- Socket.IO-Client-Swift.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index 5629973..cf6d9ee 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.author = { "Erik" => "nuclear.ace@gmail.com" } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' + s.tvos.deployment_target = '9.0' s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v4.1.0' } s.source_files = "SocketIOClientSwift/**/*.swift" s.requires_arc = true