Closed axiixc closed 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.
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.
No problem. It's always nice to be able to delete code ;)
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.