Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed May 14, 2015
1 parent da23595 commit dc028cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMPopTip.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AMPopTip"
s.version = "0.8"
s.version = "0.9"
s.summary = "Animated popover, great for subtle UI tips and onboarding."

s.description = <<-DESC
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/andreamazz/AMPopTip"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
s.source = { :git => "https://github.com/andreamazz/AMPopTip.git", :tag => '0.8' }
s.source = { :git => "https://github.com/andreamazz/AMPopTip.git", :tag => '0.9' }
s.platform = :ios, '7.0'
s.source_files = 'AMPopTip', '*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit dc028cf

Please sign in to comment.