blob: 902e5327122f7206357a84d52d408afb36b9c247 [file] [log] [blame]
{
"name": "OHMKit",
"version": "0.0.4",
"summary": "Map service responses to objects in Objective-C.",
"description": " Map service responses to objects.\n\n OHMKit is a 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 (which is awesome by the way), is too big, heavy, and indirect.\n\n There is no networking layer. Use AFNetworking.\n",
"homepage": "https://github.com/fcanas/OHMKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabian Canas": "fcanas@gmail.com"
},
"source": {
"git": "https://github.com/fcanas/OHMKit.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Core",
"requires_arc": true
}