rsieiro / RSOAuthEngine

ARC based OAuth engine for MKNetworkKit
http://rodrigo.sharpcube.com
150 stars 33 forks source link

Needs #import in the header file for projects that don't import MKNetworkKit in their prefix #11

Closed axiixc closed 12 years ago

axiixc commented 12 years ago

Specifically I can't build RSOAuthEngine as a cocoapod because of this. Looks like this was just removed a few commits ago, but it really should be there.

rsieiro commented 12 years ago

MKNetworkKit specifies that you should add the #import in the PCH file, making unnecessary to add it anywhere else. Is there a specific reason you need it with cocoapod? Sorry, I never used cocoapod before so I don't know how it works.

axiixc commented 12 years ago

Actually upon further inspection I believe I was a bit hasty in coming to this conclusion, sorry. Looks like it was a fault of the Cocoapod configuration. I'm actually new to using Cocoapods myself, but I'm moving all my dependencies over because it seems more convenient than manual configuration.

rsieiro commented 12 years ago

No problem. It's always nice to be able to delete code ;)