Restkit is an Objective-C framework that allows iOS and OSX applications to easily connect to RESTful web services. It provides object mapping between JSON/XML responses and Objective-C objects, and allows fetching, posting, and updating data from a REST API. Restkit handles mapping between network requests and responses to Core Data or plain objects.