diff --git a/HCYoutubeParser.podspec b/HCYoutubeParser.podspec index 641048a..ab68cb1 100644 --- a/HCYoutubeParser.podspec +++ b/HCYoutubeParser.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.description = "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.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "0.0.3" } + s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "0.0.4" } s.source_files = 'YoutubeParser/Classes' s.public_header_files = 'YoutubeParser/Classes/*.h'