4.26.2011
ios developmentrestful web servicesprogramming

RestKit is an Objective-C framework for iOS that simplifies interaction with RESTful web services. It offers a clear HTTP request/response API, an object mapping system, Core Data support, ability to switch servers & environments, and a module for integration with the Three20 framework. Its primary aim is to ease the application data model management, reducing the need to write code for sending requests, parsing responses, and representing remote resources.

Restkit

http://restkit.org/