December 26, 2014
Add support for AFNetworking 2.x.
BREAKING CHANGE:
Synchronous support for 1.x and 2.x are implemented in two subspecs. In your Podfile, you must specify the one you need.
pod 'AFNetworking', '~> 1.0'
pod 'AFNetworking-Synchronous/1.x' pod 'AFNetworking', '~> 2.0'
pod 'AFNetworking-Synchronous/2.x'Thanks @EliSchleifer for contributing this functionality.
November 5, 2013
Return -responseData for instances of AFHTTPRequestOperation.
September 29, 2013
Initial release, Cocoapods support.