Skip to content

Commit

Permalink
SHRequest 0.1.0 spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jun 10, 2013
1 parent 63c1c64 commit d621616
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions SHRequest/0.1.0/SHRequest.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# For details see: https://github.com/CocoaPods/CocoaPods/wiki/The-podspec-format

Pod::Spec.new do |s|
s.name = "SHRequest"
s.version = "0.1.0"
s.summary = "OAuth Signed requests following an acount protocol and looks like SLRequest."
s.summary = "OAuth Signed requests following an account protocol and looks like SLRequest."
s.description = <<-DESC
Pass in an SHAccount (or anything that follows the account protocol)
and do signed requests. Same API sa SLRequest.
and do signed requests. Same API as SLRequest.
DESC
s.homepage = "https://github.com/seivan/SHRequest"
s.source = { :git => "https://github.com/seivan/SHRequest.git", :tag => s.version.to_s }
Expand Down

0 comments on commit d621616

Please sign in to comment.