From 8ead0aa7cc7c5963a0896ed33b5157715c06bb80 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Tue, 25 Apr 2017 16:14:14 -0400 Subject: [PATCH] Update Podspec, someone has become case-sensitive. Cloning the URL in Cocoapods no longer seems to work properly --- MOLAuthenticatingURLSession.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MOLAuthenticatingURLSession.podspec b/MOLAuthenticatingURLSession.podspec index 12ff29f..a9e9911 100644 --- a/MOLAuthenticatingURLSession.podspec +++ b/MOLAuthenticatingURLSession.podspec @@ -3,10 +3,10 @@ Pod::Spec.new do |s| s.version = '2.2' s.platform = :osx s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } - s.homepage = 'https://github.com/google/macops-molauthenticatingurlsession' + s.homepage = 'https://github.com/google/macops-MOLAuthenticatingURLSession' s.authors = { 'Google Macops' => 'macops-external@google.com' } s.summary = 'An NSURLSession wrapper that handles certificate validation nicely' - s.source = { :git => 'https://github.com/google/macops-molauthenticatingurlsession.git', + s.source = { :git => 'https://github.com/google/macops-MOLAuthenticatingURLSession.git', :tag => "v#{s.version}" } s.source_files = 'Source/*.{h,m}' s.framework = 'Security'