blob: c50206e7efe40694b64f7c26cea42ebf551a4343 [file] [log] [blame]
{
"name": "GDCoreDataConcurrencyDebugging",
"version": "0.1",
"summary": "Find out when you're accessing an NSManagedObject on the wrong queue/thread.",
"description": " \n GDCoreDataConcurrencyDebugging helps you find cases where NSManagedObject's are being called on the wrong thread or dispatch queue.\n Simply add it to your project and you will get a log message for every invalid access to an NSManagedObject.\n \n",
"homepage": "https://github.com/GrahamDennis/GDCoreDataConcurrencyDebugging",
"license": "MIT",
"authors": {
"Graham Dennis": "graham@grahamdennis.me"
},
"source": {
"git": "https://github.com/GrahamDennis/GDCoreDataConcurrencyDebugging.git",
"tag": "0.1",
"submodules": true
},
"platforms": {
"ios": "3.1",
"osx": "10.6"
},
"requires_arc": false,
"source_files": [
"Classes",
"Vendor/fishhook/fishhook.{c,h}"
],
"public_header_files": "Classes/{GDCoreDataConcurrencyDebugging,GDConcurrencyCheckingManagedObject}.h",
"frameworks": "CoreData",
"dependencies": {
"JRSwizzle": [
]
}
}