We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba2678 commit dcb3257Copy full SHA for dcb3257
AMWaveTransition.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "AMWaveTransition"
3
- s.version = "0.3"
+ s.version = "0.4"
4
s.summary = "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'."
5
s.homepage = "https://github.com/andreamazz/AMWaveTransition"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
8
- s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.3' }
+ s.source = { :git => "https://github.com/andreamazz/AMWaveTransition.git", :tag => '0.4' }
9
s.platform = :ios, '7.0'
10
s.source_files = 'AMWaveTransition', '*.{h,m}'
11
s.requires_arc = true
0 commit comments