Skip to content

Commit

Permalink
Support tvos in Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gabek committed Dec 9, 2015
1 parent 1c4661f commit 2095d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Reachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
s.tvos.deployment_target = "9.0"
end

0 comments on commit 2095d5d

Please sign in to comment.