Skip to content

Commit bebf4b3

Browse files
committedNov 25, 2014
Bumped version
1 parent 877594b commit bebf4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎AMWaveTransition.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "AMWaveTransition"
3-
s.version = "0.5.3"
3+
s.version = "0.5.4"
44
s.summary = "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'."
55
s.homepage = "https://github.com/andreamazz/AMWaveTransition"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
8-
s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.5.3' }
8+
s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.5.4' }
99
s.platform = :ios, '7.0'
1010
s.source_files = 'AMWaveTransition', '*.{h,m}'
1111
s.requires_arc = true

0 commit comments

Comments
 (0)
Please sign in to comment.