Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lilfaf committed Dec 25, 2015
1 parent ffb8222 commit 368ede1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YTVimeoExtractor.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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" => "[email protected]" }
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'
Expand Down

0 comments on commit 368ede1

Please sign in to comment.