From c7856188b8b83d5b3d8e489752f2a60c0c445316 Mon Sep 17 00:00:00 2001 From: Marcos Griselli Date: Tue, 27 Feb 2018 21:30:16 -0300 Subject: [PATCH] 1.0.15 release --- SwipeableTabBarController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwipeableTabBarController.podspec b/SwipeableTabBarController.podspec index cb55e92..199e508 100644 --- a/SwipeableTabBarController.podspec +++ b/SwipeableTabBarController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwipeableTabBarController' - s.version = '1.0.14' + s.version = '1.0.15' 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."