diff --git a/ParallaxView.podspec b/ParallaxView.podspec index 40af625..abc1f76 100644 --- a/ParallaxView.podspec +++ b/ParallaxView.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.summary = "Add parallax effect like in tvOS applications to any view." s.requires_arc = true s.license = "MIT" - s.version = "2.0.7" + s.version = "2.0.8" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "[Łukasz Śliwiński]" => "[lsliwinski@pgs-soft.com]" } s.homepage = "https://github.com/PGSSoft/ParallaxView"