I've just begun using CocoaPods today... First up I added AFNetworking, which worked fine... Then I needed SocketRocket...
However, SRWebSocket.m throws 9 warnings and 6 errors after being added with CocoaPods... The errors are in regards to retain/release not being available and ARC restrictions... The warnings are all:
'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0
So I'm guessing I might be missing a step in setting this up somehow?
Any help would be appreciated...