From 368ede17bea324e102311a905a6a07d783650ab4 Mon Sep 17 00:00:00 2001 From: Louis Larpin Date: Fri, 25 Dec 2015 18:41:26 +0100 Subject: [PATCH] Bump version to 1.0.0 --- YTVimeoExtractor.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YTVimeoExtractor.podspec b/YTVimeoExtractor.podspec index 53eb754..d46b506 100644 --- a/YTVimeoExtractor.podspec +++ b/YTVimeoExtractor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "YTVimeoExtractor" - s.version = "0.3.1" + s.version = "1.0.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.3.1" } + s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "1.0.0" } s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9'