Skip to content

Commit 39563cb

Browse files
committed
Merge pull request #16 from yonaskolb/tvOS_support
tvOS Support for podspec
2 parents 9dd3f22 + f30284c commit 39563cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

StatefulViewController.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Pod::Spec.new do |s|
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = { "Alexander Schuch" => "alexander@schuch.me" }
99
s.social_media_url = "http://twitter.com/schuchalexander"
10-
s.platform = :ios, "8.0"
10+
s.ios.deployment_target = "8.0"
11+
s.tvos.deployment_target = "9.0"
1112
s.source = { :git => "https://github.com/aschuch/StatefulViewController.git", :tag => s.version }
1213
s.requires_arc = true
1314
s.source_files = 'StatefulViewController/*.swift'
14-
end
15+
end

0 commit comments

Comments
 (0)