We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b884a commit a861b48Copy full SHA for a861b48
Layoutless.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.1.2" }
10
11
s.ios.deployment_target = '9.3'
12
- s.tvos.deployment_target = '9.3'
+ s.tvos.deployment_target = '11.0'
13
14
s.source_files = 'Sources/*/*.swift', 'Layoutless/*/*.{h,m}'
15
s.requires_arc = true
0 commit comments