Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #54 from arsonik/master
Browse files Browse the repository at this point in the history
Tvos platform in cocoapod !
  • Loading branch information
hellozimi committed Nov 4, 2015
2 parents a4beaaf + 8c8d67b commit d1666fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HCYoutubeParser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Pod::Spec.new do |s|
s.name = "HCYoutubeParser"
s.version = "0.0.2"
s.license = 'Public Domain'
s.platform = :ios

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

s.author = "hellozimi"
s.summary = "Retrieves the iOS compatible video URL from YouTube."
Expand Down

0 comments on commit d1666fc

Please sign in to comment.