diff --git a/CocoaMQTT.podspec b/CocoaMQTT.podspec index 9f1b0147..af23248d 100644 --- a/CocoaMQTT.podspec +++ b/CocoaMQTT.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.9" s.ios.deployment_target = "8.0" # s.watchos.deployment_target = "2.0" - s.tvos.deployment_target = "9.0" + # s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.0"} s.source_files = "Source/{*.h,*.m}", "Source/*.swift" # s.dependency "CocoaAsyncSocket", "~> 7.4.2"