AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.
AFNetworking is a networking library for iOS and Mac OS X.
At its core is AFHTTPRequestOperation, a thin wrapper around NSURLConnection, which provides a block callback for when the operation completes. Everything else is built on top of that in a way that's completely modular: take what you need, leave what you don't.
Source, examples & more info on github