From ad55c20e37b93dd869d003c6e301b53adb28e603 Mon Sep 17 00:00:00 2001 From: Louis Larpin Date: Thu, 26 Nov 2015 18:01:16 +0100 Subject: [PATCH] Release 0.3.0 --- YTVimeoExtractor.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YTVimeoExtractor.podspec b/YTVimeoExtractor.podspec index 9a0075c..851f537 100644 --- a/YTVimeoExtractor.podspec +++ b/YTVimeoExtractor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "YTVimeoExtractor" - s.version = "0.2.0" + s.version = "0.3.0" s.summary = "Fetches Vimeo's mp4 URLs for iOS." s.description = <<-DESC YTVimeoExtractor is a class which lets you get the iOS @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/lilfaf/YTVimeoExtractor" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Louis Larpin" => "louis.larpin@gmail.com" } - s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.2.0" } + s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.3.0" } s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9'