diff --git a/AMWaveTransition.podspec b/AMWaveTransition.podspec index 0fd2c1c..ac2c460 100644 --- a/AMWaveTransition.podspec +++ b/AMWaveTransition.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "AMWaveTransition" - s.version = "0.5.5" + s.version = "0.5.6" 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" => "andrea.mazzini@gmail.com" } - s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.5.5' } + s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.5.6' } s.platform = :ios, '7.0' s.source_files = 'AMWaveTransition', '*.{h,m}' s.requires_arc = true