RestKit is an Objective-C Framework for making interacting with RESTful services fast and easy.
RestKit has a number of features that makes the framework developer-friendly:
- A simple and powerful HTTP request/response system.
- Core data support.
- Server-agnostic URLs
- and more…
RestKit takes a lot of weight off your shoulder if you are planing to use remote resources in your apps.
- Website: http://restkit.org/














