I am using several pods in my iOS app that make reference to sharedApplication
, and as such cannot be compiled for a Today extension.
The thing is I really need AFNetworking
, so I'd like to be able to tell CocoaPods to just include AFNetworking
when compiling the extension. Is there a way to do this? I've looked through the documentation but it's not clear.