Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 755 Bytes

File metadata and controls

39 lines (24 loc) · 755 Bytes

AFNetworking-Synchronous Release History

v0.3.0

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.

v0.2.0

November 5, 2013

Return -responseData for instances of AFHTTPRequestOperation.

v0.1.0

September 29, 2013

Initial release, Cocoapods support.