blob: 3a87242cc87677ccd5763b47a3cbb29703dd38cd [file] [log] [blame]
{
"name": "NSManagedObjectContext-Hydrate",
"version": "1.0.2",
"summary": "A drop-in category of NSManagedObjectContext class for easily preloading a CoreData store with custom objects from JSON or CSV data.",
"homepage": "https://github.com/dzenbot/NSManagedObjectContext-Hydrate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/dzenbot/NSManagedObjectContext-Hydrate.git",
"tag": "v1.0.2"
},
"source_files": [
"Classes",
"Source"
],
"frameworks": "CoreData",
"requires_arc": true
}