Skip to content

Commit

Permalink
[Add] HCYoutubeParser (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbendersky committed Sep 7, 2012
1 parent 2c05f2e commit 24f957c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions HCYoutubeParser/0.0.1/HCYoutubeParser.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "HCYoutubeParser"
s.version = "0.0.1"
s.summary = "HCYoutubeParser is a class which lets you get the iOS compatible video url from YouTube so you don't need to use a UIWebView or open the YouTube Application."
s.homepage = "https://github.com/hellozimi/HCYoutubeParser"

s.license = 'Public Domain'
s.author = "hellozimi"
s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git",
:commit => "295bac16683becb6172ef207a21591ec4090c6ba" }

s.platform = :ios
s.source_files = 'YoutubeParser/Classes'
s.public_header_files = 'YoutubeParser/Classes/*.h'
s.requires_arc = true
end

0 comments on commit 24f957c

Please sign in to comment.