diff --git a/HCYoutubeParser.podspec b/HCYoutubeParser.podspec index 137f40e..371de72 100644 --- a/HCYoutubeParser.podspec +++ b/HCYoutubeParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "HCYoutubeParser" - s.version = "0.0.2" + s.version = "0.0.3" s.license = 'Public Domain' s.ios.deployment_target = '7.0' @@ -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.2" } + s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "0.0.3" } s.source_files = 'YoutubeParser/Classes' s.public_header_files = 'YoutubeParser/Classes/*.h'