Commit 09d2994b authored by Thomas Van Lenten's avatar Thomas Van Lenten Committed by GitHub

Merge pull request #3228 from thomasvl/add_tvos_to_podspec

Add tvOS to the podspec.
parents c722c3d2 6ecf38f4
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment