Skip to content

Commit

Permalink
Merge pull request #50 from dotcypress/patch-1
Browse files Browse the repository at this point in the history
Add TvOS deployment target
  • Loading branch information
drmohundro committed Oct 22, 2015
2 parents 37693e8 + f6ccfa8 commit 4c13266
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 4c13266

Please sign in to comment.