Skip to content

Commit

Permalink
Fix deployment target for tvos
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Banasiewicz committed Oct 20, 2015
1 parent c8050d0 commit 16791c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastEasyMapping.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.ios.deployment_target = '7.0'
spec.osx.deployment_target = '10.9'
spec.tvos.deployment_target = '9.1'
spec.tvos.deployment_target = '9.0'
spec.frameworks = 'CoreData'

spec.source_files = 'FastEasyMapping/Source/**/*.{h,m}'
Expand Down

0 comments on commit 16791c4

Please sign in to comment.