AFNetworking-Synchronous v0.3.0 Release Notes

  • 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.