aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-06-14 15:57:55 -0400
committerGravatar GitHub <noreply@github.com>2017-06-14 15:57:55 -0400
commit09d2994b1f68160508d9188f9bdb1a2a3b527e1e (patch)
treea81d3e6129c38bde3ed7eb1929467d994526e2e5
parentc722c3d29440de4b33bed3e4d908cabe38a1196f (diff)
parent6ecf38f427f739cf2d153eb3a7407d6a8d1a9a98 (diff)
Merge pull request #3228 from thomasvl/add_tvos_to_podspec
Add tvOS to the podspec.
-rw-r--r--Protobuf.podspec1
1 files changed, 1 insertions, 0 deletions
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