From 6ecf38f427f739cf2d153eb3a7407d6a8d1a9a98 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 14 Jun 2017 15:56:41 -0400 Subject: Add tvOS to the podspec. Fixes https://github.com/google/protobuf/issues/3217 --- Protobuf.podspec | 1 + 1 file changed, 1 insertion(+) (limited to 'Protobuf.podspec') diff --git a/Protobuf.podspec b/Protobuf.podspec index 649f3ae3..af2e952f 100644 --- a/Protobuf.podspec +++ b/Protobuf.podspec @@ -36,6 +36,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9' + s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '2.0' s.requires_arc = false end -- cgit v1.2.3