Skip to content

Commit

Permalink
Update podspec for tvos. Closes #132
Browse files Browse the repository at this point in the history
  • Loading branch information
mchoe committed Oct 16, 2019
1 parent 5b5997d commit f964aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwiftSVG.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/_mchoe"
s.osx.deployment_target = "10.11"
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/mchoe/SwiftSVG.git", :tag => "v#{s.version}" }
s.source_files = "SwiftSVG", "SwiftSVG/**/*.{h,swift}"
s.swift_version = "5.0"
Expand Down

0 comments on commit f964aeb

Please sign in to comment.