Skip to content

Commit

Permalink
Add support for tvOS (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocrippa authored Apr 18, 2020
1 parent 8d9cc8e commit e59a501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LetterAvatarKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'LetterAvatarKit'
spec.platform = :ios, '8.0'
spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'
spec.version = '1.2.2'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/vpeschenkov/LetterAvatarKit'
Expand Down

0 comments on commit e59a501

Please sign in to comment.