Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Aug 28, 2014
1 parent 4bc2230 commit a992d56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AMWaveTransition.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "AMWaveTransition"
s.version = "0.5"
s.version = "0.5.2"
s.summary = "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'."
s.homepage = "https://github.com/andreamazz/AMWaveTransition"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "[email protected]" }
s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.5' }
s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.5.2' }
s.platform = :ios, '7.0'
s.source_files = 'AMWaveTransition', '*.{h,m}'
s.requires_arc = true
Expand Down
2 changes: 2 additions & 0 deletions AMWaveTransition/AMWaveTransition.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright (c) 2014 Fancy Pixel. All rights reserved.
//

@import UIKit;

@protocol AMWaveTransitioning <NSObject>

- (NSArray*)visibleCells;
Expand Down
2 changes: 1 addition & 1 deletion AMWaveTransition/AMWaveViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 Fancy Pixel. All rights reserved.
//

#import <UIKit/UIKit.h>
@import UIKit;

@interface AMWaveViewController : UIViewController

Expand Down

0 comments on commit a992d56

Please sign in to comment.