diff --git a/LMAlertView.podspec b/LMAlertView.podspec index c8bfe4a..21da812 100644 --- a/LMAlertView.podspec +++ b/LMAlertView.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'LMAlertView' - s.version = '1.0.0' + s.version = '1.1.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 => 'v1.0.0' } + s.source = { :git => 'https://github.com/lmcd/LMAlertView.git', :tag => 'v1.1.0' } s.requires_arc = true s.ios.deployment_target = '7.0'