From 135e7b362381ca968994c853cc22729eb8331c52 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 6 Nov 2015 01:16:46 +0800 Subject: [PATCH] Update podspec --- STPopup.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STPopup.podspec b/STPopup.podspec index 6167ea9..989f615 100644 --- a/STPopup.podspec +++ b/STPopup.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "STPopup" - s.version = "1.3.0" - s.summary = "STPopup provides STPopupController, which works just like UINavigationController in popup style, for both iPhone and iPad." + s.version = "1.4.0" + s.summary = "STPopup provides STPopupController, which works just like UINavigationController in form sheet/bottom sheet style, for both iPhone and iPad." s.description = <<-DESC - Extend your view controller from UIViewController, build it in your familiar way.