Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcd committed Dec 17, 2013
1 parent 8be08cd commit 4e78ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LMAlertView.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 4e78ce3

Please sign in to comment.