4 "summary": "Map service responses to objects in Objective-C.",
5 "description": " Map service responses to objects.\n\n This project is a [mixin](http://en.wikipedia.org/wiki/Mixin) to make any Objective-C class easier to hydrate from a dictionary representation, such as you might get from a RESTful web service.\n\n It exists because [RestKit](https://github.com/RestKit/RestKit) (which is awesome by the way), is too big, heavy, and indirect.\n\n There is no networking layer. Use [AFNetworking](https://github.com/AFNetworking/AFNetworking).\n",
6 "homepage": "https://github.com/fcanas/OHMKit",
12 "Fabian Canas": "fcanas@gmail.com"
15 "git": "https://github.com/fcanas/OHMKit.git",
22 "source_files": "Core",