bdbergeron / BDBOAuth1Manager

OAuth 1.0a library for AFNetworking 2.x
MIT License
100 stars 35 forks source link

Base64 Dependency? #12

Closed kolpanic closed 10 years ago

kolpanic commented 10 years ago

iOS 7 & Mavericks have built-in Base64 support.

If it's included for compatibility with older OSes, couldn't it be conditional on the SDK used?

(BTW, thanks for this project! Works quite well.)

bdbergeron commented 10 years ago

This is something I just thought about this morning while working on a different project that also utilizes the Base64nl CocoaPod for pre-iOS 7 compatibility. I will definitely look into using the native library for iOS 7+/10.9+.

kolpanic commented 10 years ago

Thanks. I'll keep an eye out.

bdbergeron commented 10 years ago

Just an FYI, I probably won't get to this until the weekend due to working on some other projects. It is definitely something I want to get in for a 1.1.1 release, however.

kolpanic commented 10 years ago

No worries. Thanks.