Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lilfaf committed Nov 26, 2015
1 parent c03f334 commit ad55c20
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.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
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.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'
Expand Down

0 comments on commit ad55c20

Please sign in to comment.