Skip to content

Commit

Permalink
add tvOS to podspec (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb authored and krzysztofzablocki committed Aug 21, 2017
1 parent ae767ee commit 52eef77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KZFileWatchers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A micro-framework for observing file changes, both local and remote. Helpful in
s.social_media_url = 'https://twitter.com/merowing_'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.10'

s.source_files = 'KZFileWatchers/Classes/**/*'
Expand Down

0 comments on commit 52eef77

Please sign in to comment.