Skip to content

Commit

Permalink
updated tv os deployment target in pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Nov 27, 2016
1 parent 0cc2b8e commit 10cefce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.11'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'

s.requires_arc = 'true'
s.source_files = 'AlamofireObjectMapper/**/*.swift'
Expand Down

0 comments on commit 10cefce

Please sign in to comment.