Skip to content

Commit

Permalink
add tvos target
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Nov 26, 2015
1 parent 3edb6d2 commit 0df9e02
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

1 comment on commit 0df9e02

@ldi13
Copy link

@ldi13 ldi13 commented on 0df9e02 Nov 30, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @cemolcay,

Could you update the podspec with a new version in order to ship your dependency into private podspec ?

It could be really nice of you because we cannot specify any commit inside a podspec.

Thank you very much,

Best regards,

Lorenzo.

Please sign in to comment.