9pods
A very quick extension to AFNetworking that adds stream based parsing.
Checkout the project in the Example folder for an example of parsing a json file as it arrives, not when it's all downloaded.
License: MIT
This pod adds the responseDecodable
method to Alamofire's Request object to return model objects instead of just json.'. This pod basically just removes some boilerplate from your apps.
License: MIT
This pod will add methods to NSURLSession to help stubbing server responses, making functional testing simpler
License: Custom