Skip to content

Commit 4e78ce3

Browse files
committed
Update podspec
1 parent 8be08cd commit 4e78ce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LMAlertView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'LMAlertView'
3-
s.version = '1.0.0'
3+
s.version = '1.1.0'
44
s.license = 'MIT'
55
s.summary = 'Open Source, customisable clone of UIAlertView for iOS 7'
66
s.homepage = 'https://github.com/lmcd/LMAlertView'
77
s.authors = { 'Lee McDermott' => 'lmalertview@leemcdermott.co.uk' }
8-
s.source = { :git => 'https://github.com/lmcd/LMAlertView.git', :tag => 'v1.0.0' }
8+
s.source = { :git => 'https://github.com/lmcd/LMAlertView.git', :tag => 'v1.1.0' }
99
s.requires_arc = true
1010

1111
s.ios.deployment_target = '7.0'

0 commit comments

Comments
 (0)