diff --git a/QRCode.podspec b/QRCode.podspec index 1843129..c156198 100644 --- a/QRCode.podspec +++ b/QRCode.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Alexander Schuch" => "alexander@schuch.me" } s.social_media_url = "http://twitter.com/schuchalexander" - s.platform = :ios, "8.0" + s.platform = :ios, "8.0", :tvos s.source = { :git => "https://github.com/aschuch/QRCode.git", :tag => s.version } s.requires_arc = true s.source_files = "QRCode/QRCode.swift", "QRCode/UIImageViewExtension.swift", "QRCode/CIColorExtension.swift"