We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd3f22 + f30284c commit 39563cbCopy full SHA for 39563cb
1 file changed
StatefulViewController.podspec
@@ -7,8 +7,9 @@ Pod::Spec.new do |s|
7
s.license = { :type => "MIT", :file => "LICENSE" }
8
s.author = { "Alexander Schuch" => "alexander@schuch.me" }
9
s.social_media_url = "http://twitter.com/schuchalexander"
10
- s.platform = :ios, "8.0"
+ s.ios.deployment_target = "8.0"
11
+ s.tvos.deployment_target = "9.0"
12
s.source = { :git => "https://github.com/aschuch/StatefulViewController.git", :tag => s.version }
13
s.requires_arc = true
14
s.source_files = 'StatefulViewController/*.swift'
-end
15
+end
0 commit comments