Skip to content

Commit

Permalink
Merge pull request #16 from yonaskolb/tvOS_support
Browse files Browse the repository at this point in the history
tvOS Support for podspec
  • Loading branch information
aschuch committed Mar 23, 2016
2 parents 9dd3f22 + f30284c commit 39563cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions StatefulViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ 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.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/aschuch/StatefulViewController.git", :tag => s.version }
s.requires_arc = true
s.source_files = 'StatefulViewController/*.swift'
end
end

0 comments on commit 39563cb

Please sign in to comment.