Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lilfaf committed Dec 15, 2014
1 parent fc2c4a3 commit 0c3a300
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.0.8"
s.version = "0.1.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.0.8" }
s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.1.0" }

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.8'
Expand Down

0 comments on commit 0c3a300

Please sign in to comment.