Skip to content

Commit

Permalink
Add TvOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcypress committed Oct 21, 2015
1 parent 37693e8 commit f6ccfa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SWXMLHash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.9'
s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.source = { :git => 'https://github.com/drmohundro/SWXMLHash.git', :tag => '2.0.1' }
s.source_files = 'Source/*.swift'
Expand Down

0 comments on commit f6ccfa8

Please sign in to comment.