commit | 6ecf38f427f739cf2d153eb3a7407d6a8d1a9a98 | [log] [tgz] |
---|---|---|
author | Thomas Van Lenten <[email protected]> | Wed Jun 14 15:56:41 2017 -0400 |
committer | Thomas Van Lenten <[email protected]> | Wed Jun 14 15:56:41 2017 -0400 |
tree | a81d3e6129c38bde3ed7eb1929467d994526e2e5 | |
parent | c722c3d29440de4b33bed3e4d908cabe38a1196f [diff] [blame] |
Add tvOS to the podspec. Fixes https://github.com/google/protobuf/issues/3217
diff --git a/Protobuf.podspec b/Protobuf.podspec index 649f3ae..af2e952 100644 --- a/Protobuf.podspec +++ b/Protobuf.podspec
@@ -36,6 +36,7 @@ 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