Skip to content

Commit

Permalink
Add tvOS to the podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jun 14, 2017
1 parent c722c3d commit 6ecf38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Protobuf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ecf38f

Please sign in to comment.