Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from vimeo/tvos
Browse files Browse the repository at this point in the history
Adding tvOS platform
  • Loading branch information
huebnerob committed Mar 7, 2016
2 parents c25d1cd + 9496df5 commit e21527c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VIMVideoPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Pod::Spec.new do |s|

s.social_media_url = "http://twitter.com/vimeo"

s.ios.deployment_target = "7.0"
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'

s.source = { :git => "https://github.com/vimeo/VIMVideoPlayer.git", :tag => s.version.to_s }
s.source_files = "VIMVideoPlayer", "VIMVideoPlayer/*.{h,m}"
Expand Down

0 comments on commit e21527c

Please sign in to comment.