Skip to content

Commit

Permalink
Merge pull request CocoaPods#484 from pbendersky/master
Browse files Browse the repository at this point in the history
Added podspec for HCYoutubeParser
  • Loading branch information
fabiopelosin committed Sep 8, 2012
2 parents 42339ff + 24f957c commit 86fe0cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions HCYoutubeParser/0.0.1/HCYoutubeParser.podspec
Original file line number Diff line number Diff line change
@@ -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 86fe0cd

Please sign in to comment.