Skip to content

Commit

Permalink
Merge pull request #41 from vsanthanam/version-1.3.3
Browse files Browse the repository at this point in the history
updated podspect to link to internal documentation over CocoaDocs
  • Loading branch information
vsanthanam committed Jun 14, 2018
2 parents 6dbf07a + df763eb commit aaa4e7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions VSAlert.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@

Pod::Spec.new do |s|
s.name = 'VSAlert'
s.version = '1.3.2'
s.version = '1.3.3'
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://github.com/vsanthanam/VSAlert'
s.homepage = 'https://vsalert.vsanthanam.com'
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 }
s.ios.deployment_target = '9.0'
s.source_files = 'VSAlert/*.{h,m}'
s.public_header_files = 'VSAlert/*.h'
s.module_map = 'VSAlert/Supporting/module.modulemap'
s.documentation_url = 'https://code.vsanthanam.com/VSAlert/Documentation/index.html'
s.static_framework = true
end

0 comments on commit aaa4e7e

Please sign in to comment.