BDBOAuth1Manager icon indicating copy to clipboard operation
BDBOAuth1Manager copied to clipboard

OAuth 1.0a library for AFNetworking 2.x

Results 8 BDBOAuth1Manager issues
Sort by recently updated
recently updated
newest added

This could support Swift Package Manager in a similar way to how [AFNetworking](https://github.com/AFNetworking/AFNetworking) does. This way, devs could consume this library using only tools built into Xcode, even if those...

Thanks for pinging us regarding merging back into main. - Adds an option for OAuth with RSA-SHA1 signatures - Upgrades the version of AFNetworking (we needed `~> 2.6` for our...

Hi Brad I have built a Cocoa Touch Framework written in Swift (using Xcode 7.2) utilising BDBOAuth1Manager 2.0.0 with no problem. However, when I 'pod install' my aforementioned framework into...

@bdbergeron please review or give some comments!

Hi I found this issue when I try to use carthage to build the framework. Fetching BDBOAuth1Manager **\* Checking out BDBOAuth1Manager at "2.0.0" **\* xcodebuild output can be found in...

Commit 8635b7b475ca9ea718decc4b69acabdd7003242b breaks our build. Doesn't this apply only if you build AFNetworking itself into a standalone framework called "AFNetworking"? (We build BDBOAuth1Manager & AFNetworking into an OS X framework.)

Hi, This is more of a question about cocoapods, so sorry if this is the wrong place to ask! When integrating it into a vanilla Xcode project, using a Podfile...