Skip to content

Commit

Permalink
Update cocoa-oauth to latest commit to work with RestKit
Browse files Browse the repository at this point in the history
  • Loading branch information
xslim committed Jul 11, 2012
1 parent 18abd75 commit 90071db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoa-oauth/0.0.1/cocoa-oauth.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Cocoa library for creating signed requests according to the OAuth 1.0a standard.'
s.homepage = 'https://github.com/guicocoa/cocoa-oauth'
s.author = { 'Caleb Davenport' => 'caleb@guicocoa.com' }
s.source = { :git => 'https://github.com/guicocoa/cocoa-oauth.git', :commit => 'a777311ca1884e71b842812d56cf208f6f55f757' }
s.source = { :git => 'https://github.com/guicocoa/cocoa-oauth.git', :commit => '51b2db258219d200a7cf968587c15777f0f63be6' }

s.source_files = 'GCOAuth.{h,m}'
s.dependency 'NSData+Base64', '~> 1.0'
Expand Down

0 comments on commit 90071db

Please sign in to comment.