bdbergeron / BDBOAuth1Manager

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

Bump to AFNetworking 2.1.x? #11

Closed tomburns closed 10 years ago

tomburns commented 10 years ago

Could we bump the AFNetworking dependency to 2.1.x? I'm stuck using a forked version since I need some of the 2.1 functionality in my app.

bdbergeron commented 10 years ago

I was actually unaware that a 2.1 version was released since I'm no longer working on an OAuth 1.0-based application full time. I will take some time this afternoon to do some testing and make sure there are no issues before updating it.— Sent from Mailbox for iPhone

On Sat, Jan 25, 2014 at 1:58 PM, Tom Burns notifications@github.com wrote:

Could we bump the AFNetworking dependency to 2.1.x? I'm stuck using a forked version since I need some of the 2.1 functionality in my app.

Reply to this email directly or view it on GitHub: https://github.com/bdbergeron/BDBOAuth1Manager/issues/11

tomburns commented 10 years ago

I've lost an afternoon to trying to get this working, and I must be missing something; what works fine in my app (and the demo apps) for 2.0.x breaks in 2.1.x. If you can get to the bottom of it or point me in the right direction, I would very much appreciate it!

bdbergeron commented 10 years ago

I'm actually working on it right now. I'll keep you posted.

tomburns commented 10 years ago

Thanks! Very interested to see what the fix ends up being, especially since I couldn't get to the bottom of it myself :)

bdbergeron commented 10 years ago

Just pushed up 1.1.0. I'm not sure what problems you encountered, but everything is working fine on my end. The new Podspec should hopefully be added to the main CocoaPods spec repo soon.