From df763eb2677b3fa8db99d4471ec4b5f2b9d7285c Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Thu, 14 Jun 2018 15:17:22 -0700 Subject: [PATCH] updated podspect to link to internal documentation over CocoaDocs --- VSAlert.podspec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/VSAlert.podspec b/VSAlert.podspec index 9b9816a..f23556b 100644 --- a/VSAlert.podspec +++ b/VSAlert.podspec @@ -8,10 +8,10 @@ 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' => 'talkto@vsanthanam.com' } s.source = { :git => 'https://github.com/vsanthanam/VSAlert.git', :tag => s.version.to_s } @@ -19,4 +19,6 @@ Pod::Spec.new do |s| 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