Skip to content

Commit

Permalink
Update Podspec, someone has become case-sensitive.
Browse files Browse the repository at this point in the history
Cloning the URL in Cocoapods no longer seems to work properly
  • Loading branch information
russellhancox authored Apr 25, 2017
1 parent d9074d4 commit 8ead0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MOLAuthenticatingURLSession.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
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'
Expand Down

0 comments on commit 8ead0aa

Please sign in to comment.