Skip to content

Commit

Permalink
Fix source URL in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkaplan committed Dec 31, 2018
1 parent 7ae3f92 commit 7df870b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TDOAuth.podspec
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = '1.2.0'
s.requires_arc = true
s.source_files = '*.{m,h}'
s.source = { :git => "https://github.com/tweetdeck/#{s.name}.git", :tag => s.version }
s.source = { :git => "https://github.com/yahoo/#{s.name}.git", :tag => s.version }
s.license = { :type => 'MIT', :text => 'OHAI CocoaPods linter!' }
s.summary = 'Elegant, simple and tiny OAuth 1.x solution'

Expand Down

0 comments on commit 7df870b

Please sign in to comment.