Skip to content

Commit

Permalink
Merge pull request button#130 from DoubleNodeOpen/features/dme/tvos-s…
Browse files Browse the repository at this point in the history
…upport

Added tvOS support to Podspec
  • Loading branch information
wessmith authored May 18, 2017
2 parents d2d0e51 + 1ab83e0 commit c0b03fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DeepLinkKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/button/DeepLinkKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/buttondev'

s.platform = :ios, '7.0'
s.ios.deployment_target = "7.0"
s.tvos.deployment_target = "9.0"

s.requires_arc = true

s.source_files = 'DeepLinkKit/**/*.{h,m}'
Expand Down

0 comments on commit c0b03fa

Please sign in to comment.