blob: 75ac98996674f8594f708ad29ef496840fee5460 [file] [log] [blame]
{
"name": "NSManagedObjectContext-HYPSafeSave",
"version": "0.1",
"summary": "Warns you of unsafe NSManagedObjectContext saves",
"description": "When doing `[context save:&error]` warns you about:\n\n* Usage of confinement contexts\n* Main context saved in a background thread\n* Background context saved in a main thread\n",
"homepage": "https://github.com/hyperoslo/NSManagedObjectContext-HYPSafeSave",
"license": "MIT",
"authors": {
"Hyper AS": "teknologi@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/NSManagedObjectContext-HYPSafeSave.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "CoreData"
}