From 8b68ab5977166c3aab1091f7fd8eef2fa19891ee Mon Sep 17 00:00:00 2001 From: Jakub Truhlar Date: Wed, 17 Jun 2015 14:36:53 +0200 Subject: [PATCH] .podspec updated --- JTAlertView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JTAlertView.podspec b/JTAlertView.podspec index aca9656..7c62bf5 100644 --- a/JTAlertView.podspec +++ b/JTAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JTAlertView" - s.version = "1.0.0" + s.version = "1.0.1" 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/kubatru/JTAlertView.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/kubatru/JTAlertView.git", :tag => "1.0.1" } s.source_files = "JTAlertView/*" s.framework = "UIKit" s.requires_arc = true