Drop README from removed TDOAuth library

This commit is contained in:
Blake Watters
2011-12-02 09:01:11 -05:00
parent 6f68ffb342
commit 8f60d345c4

13
Vendor/TDOAuth/README vendored
View File

@@ -1,13 +0,0 @@
A BSD-licensed single-header-single-source OAuth1 implementation.
Usage is fully documented in the header.
You will need to make your Xcode project link against CommonCrypto. Otherwise
just drag and drop. Or better yet, use git submodules:
git submodule add https://github.com/tweetdeck/TDOAuth
Tested against Foursquare and Twitter. If you test it against something else,
please fork and list the services you used it against here. Thanks.
—Max Howell <max@tweetdeck.com>