Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #120 from justinmstuart/feature/tvos-support
Browse files Browse the repository at this point in the history
Adds Cocoapods support for tvos
  • Loading branch information
zwaldowski committed Feb 6, 2016
2 parents 7588a67 + 8be7f1b commit 1b78914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Freddy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = '9.0'

s.source = {:git => "https://github.com/bignerdranch/Freddy.git", :tag => "#{s.version}"}
s.source_files = "Sources/**/*.swift"
Expand Down

0 comments on commit 1b78914

Please sign in to comment.