Skip to content

Commit

Permalink
Merge pull request SimonFairbairn#21 from CocoaBob/master
Browse files Browse the repository at this point in the history
Good to know! Thanks for testing it out!

Added support of tvOS in podspec
  • Loading branch information
SimonFairbairn authored Jun 24, 2016
2 parents 7bdd5d3 + c70c567 commit b9a01c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SwiftyMarkdown.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ s.author = { "Simon Fairbairn" => "[email protected]" }
s.source = { :git => "https://github.com/SimonFairbairn/SwiftyMarkdown.git", :tag => s.version }
s.social_media_url = 'https://twitter.com/SimonFairbairn'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.requires_arc = true

s.source_files = 'SwiftyMarkdown/'
Expand Down

0 comments on commit b9a01c7

Please sign in to comment.