Skip to content

Commit

Permalink
Merge pull request #39 from mbanasiewicz/master
Browse files Browse the repository at this point in the history
Declare tvOS support in podspec
  • Loading branch information
Dima committed Oct 26, 2015
2 parents f01a6dc + 16791c4 commit 0998127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FastEasyMapping.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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.0'
spec.frameworks = 'CoreData'

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

0 comments on commit 0998127

Please sign in to comment.