From 770fb6bb22882a1ae038d551184a63182220831b Mon Sep 17 00:00:00 2001 From: Lee McDermott Date: Mon, 16 Dec 2013 11:09:59 +0000 Subject: [PATCH] Update podspec --- LMAlertView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LMAlertView.podspec b/LMAlertView.podspec index 3754b3b..c8bfe4a 100644 --- a/LMAlertView.podspec +++ b/LMAlertView.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'LMAlertView' - s.version = '0.0.1' + s.version = '1.0.0' s.license = 'MIT' s.summary = 'Open Source, customisable clone of UIAlertView for iOS 7' s.homepage = 'https://github.com/lmcd/LMAlertView' s.authors = { 'Lee McDermott' => 'lmalertview@leemcdermott.co.uk' } - s.source = { :git => 'https://github.com/lmcd/LMAlertView.git', :tag => 'v0.0.1' } + s.source = { :git => 'https://github.com/lmcd/LMAlertView.git', :tag => 'v1.0.0' } s.requires_arc = true s.ios.deployment_target = '7.0'