From 6ecb84df3f4276321d41a6ac26f73db7c84e320c Mon Sep 17 00:00:00 2001 From: Felix Lamouroux Date: Mon, 11 Jul 2016 11:02:56 +0200 Subject: [PATCH] Bump pod spec version to 1.0.1 --- ISHPullUp.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISHPullUp.podspec b/ISHPullUp.podspec index de6e307..019f6b8 100644 --- a/ISHPullUp.podspec +++ b/ISHPullUp.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ISHPullUp' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'Vertical split view controller with pull up gesture as seen in the iOS 10 Maps and Music app' s.description = <<-DESC ISHPullUp provides a simple UIViewControlller subclass with two child controllers. The layout can be managed entirely via delegation and is easy to use with autolayout. A pan gesture allows the user to drag the bottom view controller up or down.