From 28bce3a3d748e5ae967cfb09d7b1f00935dcacdb Mon Sep 17 00:00:00 2001 From: Jakub Truhlar Date: Fri, 21 Oct 2016 15:15:00 +0200 Subject: [PATCH] Update .podspec --- JTAlertView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JTAlertView.podspec b/JTAlertView.podspec index 847fc7e..ab7b1d5 100644 --- a/JTAlertView.podspec +++ b/JTAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JTAlertView" - s.version = "1.0.3" + s.version = "1.1.0" s.summary = "JTAlertView is the new **wonderful dialog/HUD/alert** kind of View." s.description = <<-DESC @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.author = "Jakub Truhlar" s.social_media_url = "http://kubatruhlar.cz" s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/kubatruhlar/JTAlertView.git", :tag => "1.0.3" } + s.source = { :git => "https://github.com/kubatruhlar/JTAlertView.git", :tag => "1.1.0" } s.source_files = "JTAlertView/*" s.framework = "UIKit" s.requires_arc = true