From 79ac7d26749ff28fa347f9af6f6a0625451ce2de Mon Sep 17 00:00:00 2001 From: Marcos Griselli Date: Tue, 27 Feb 2018 20:12:26 -0300 Subject: [PATCH] 1.0.14 release --- SwipeableTabBarController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwipeableTabBarController.podspec b/SwipeableTabBarController.podspec index 3db88a3..cb55e92 100644 --- a/SwipeableTabBarController.podspec +++ b/SwipeableTabBarController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwipeableTabBarController' - s.version = '1.0.13' + s.version = '1.0.14' s.summary = 'A UITabBarController where you can swipe interactively between tabs.' s.description = "Subclass of UITabBarController that adds a swipe recognizer to the lowest UIViewController so you can interactively change tabs."