From bc72384c0479478b2a801e9de75f05247d32ab08 Mon Sep 17 00:00:00 2001 From: Antoine Marliac <126995@supinfo.com> Date: Tue, 17 Jun 2014 10:59:46 -0400 Subject: [PATCH] Update AMSmoothAlert.podspec --- AMSmoothAlert.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMSmoothAlert.podspec b/AMSmoothAlert.podspec index 0ff7a79..2f8d0ce 100644 --- a/AMSmoothAlert.podspec +++ b/AMSmoothAlert.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AMSmoothAlert" - s.version = "1.0" + s.version = "1.1" s.summary = "Cool AlertView by Antoine Marliac" s.description = <<-DESC @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.platform = :ios, "5.0" - s.source = { :git => "https://github.com/mtonio91/AMSmoothAlert.git", :tag => "1.0" } + s.source = { :git => "https://github.com/mtonio91/AMSmoothAlert.git", :tag => "1.1" }