Skip to content

Commit

Permalink
Merge pull request #44 from cemolcay/master
Browse files Browse the repository at this point in the history
add tvos target
  • Loading branch information
isair committed Nov 27, 2015
2 parents 3edb6d2 + 0df9e02 commit ddac749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JSONHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/isair/JSONHelper.git', :tag => s.version }
s.source_files = 'JSONHelper'
s.frameworks = 'Foundation'
Expand Down

0 comments on commit ddac749

Please sign in to comment.