Skip to content

Commit

Permalink
Update Pod Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Oct 1, 2018
1 parent fe4e329 commit 9705c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VSAlert.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

Pod::Spec.new do |s|
s.name = 'VSAlert'
s.version = '1.3.4'
s.version = '1.3.5'
s.summary = "An drop-in replacement for UIAlertController with more power and better looks."
s.description = "An drop-in replacement for UIAlertController that looks a hell of a lot better, built in Objective-C. Based on Codedio's aweomse Swift library, PMAlertController."
s.homepage = 'https://vsalert.vsanthanam.com'
s.homepage = 'https://vsalert.io'
s.license = { :type => 'Copyright', :text => 'MIT' }
s.author = { 'Varun Santhanam' => '[email protected]' }
s.source = { :git => 'https://github.com/vsanthanam/VSAlert.git', :tag => s.version.to_s }
Expand Down

0 comments on commit 9705c11

Please sign in to comment.