We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be08cd commit 4e78ce3Copy full SHA for 4e78ce3
1 file changed
LMAlertView.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'LMAlertView'
3
- s.version = '1.0.0'
+ s.version = '1.1.0'
4
s.license = 'MIT'
5
s.summary = 'Open Source, customisable clone of UIAlertView for iOS 7'
6
s.homepage = 'https://github.com/lmcd/LMAlertView'
7
s.authors = { 'Lee McDermott' => 'lmalertview@leemcdermott.co.uk' }
8
- 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' }
9
s.requires_arc = true
10
11
s.ios.deployment_target = '7.0'
0 commit comments