Add tvOS to the podspec.
Fixes https://github.com/google/protobuf/issues/3217
This commit is contained in:
parent
c722c3d294
commit
6ecf38f427
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue