From 9705c11ce2f57d36b3a492c741c8fac39efa7a99 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Sun, 30 Sep 2018 19:01:20 -0700 Subject: [PATCH] Update Pod Spec --- VSAlert.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VSAlert.podspec b/VSAlert.podspec index 7c309b9..911a9e7 100644 --- a/VSAlert.podspec +++ b/VSAlert.podspec @@ -8,10 +8,10 @@ Pod::Spec.new do |s| s.name = 'VSAlert' - s.version = '1.3.4' + s.version = '1.3.5' s.summary = "An drop-in replacement for UIAlertController with more power and better looks." s.description = "An drop-in replacement for UIAlertController that looks a hell of a lot better, built in Objective-C. Based on Codedio's aweomse Swift library, PMAlertController." - s.homepage = 'https://vsalert.vsanthanam.com' + s.homepage = 'https://vsalert.io' s.license = { :type => 'Copyright', :text => 'MIT' } s.author = { 'Varun Santhanam' => 'talkto@vsanthanam.com' } s.source = { :git => 'https://github.com/vsanthanam/VSAlert.git', :tag => s.version.to_s }