Skip to content

Commit

Permalink
Bump tvOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Mar 14, 2018
1 parent 82b884a commit a861b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Layoutless.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.1.2" }

s.ios.deployment_target = '9.3'
s.tvos.deployment_target = '9.3'
s.tvos.deployment_target = '11.0'

s.source_files = 'Sources/*/*.swift', 'Layoutless/*/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit a861b48

Please sign in to comment.