Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Aug 23, 2014
1 parent aa03dc3 commit e12f391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.2.2"
s.version = "0.3"
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" => "[email protected]" }
s.source = { :git => "https://github.com/andreamazz/AMPopTip.git", :tag => '0.2.2' }
s.source = { :git => "https://github.com/andreamazz/AMPopTip.git", :tag => '0.3' }
s.platform = :ios, '7.0'
s.source_files = 'AMPopTip', '*.{h,m}'
s.requires_arc = true
Expand Down
1 change: 0 additions & 1 deletion PopTipDemo/PopTipDemo/AMViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ - (void)viewDidLoad
[[AMPopTip appearance] setFont:[UIFont fontWithName:@"Avenir-Medium" size:12]];

self.popTip = [AMPopTip popTip];
self.popTip.textAlignment = NSTextAlignmentLeft;
}

- (IBAction)actionButton:(UIButton *)sender
Expand Down

0 comments on commit e12f391

Please sign in to comment.