From 94ecaf4d9f57019b10cceba623b5b8c16f684372 Mon Sep 17 00:00:00 2001 From: Cezary Wojcik Date: Fri, 13 Feb 2015 00:47:42 -0800 Subject: [PATCH] 1.2.6 --- CWPopup.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CWPopup.podspec b/CWPopup.podspec index 555cce0..74f7e11 100644 --- a/CWPopup.podspec +++ b/CWPopup.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CWPopup" - s.version = "1.2.5" + s.version = "1.2.6" s.summary = "A category on UIViewController to present a popup view controller." s.description = "CWPopup adds a category on UIViewController to present a popup view controller. It offers an animated and non-animated presentation of the popup, similarly to presenting a modal controller or pushing a view controller." s.homepage = "http://github.com/cezarywojcik/CWPopup"