From 3fa6114372e1a2160349928aca5feda59b8cad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20S=CC=81liwin=CC=81ski?= Date: Wed, 7 Jun 2017 23:17:08 +0200 Subject: [PATCH] Updated podspec for new release. --- ParallaxView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"