2 "name": "GDCoreDataConcurrencyDebugging",
4 "summary": "Find out when you're accessing an NSManagedObject on the wrong queue/thread.",
5 "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",
6 "homepage": "https://github.com/GrahamDennis/GDCoreDataConcurrencyDebugging",
9 "Graham Dennis": "graham@grahamdennis.me"
12 "git": "https://github.com/GrahamDennis/GDCoreDataConcurrencyDebugging.git",
20 "requires_arc": false,
23 "Vendor/fishhook/fishhook.{c,h}"
25 "public_header_files": "Classes/{GDCoreDataConcurrencyDebugging,GDConcurrencyCheckingManagedObject}.h",
26 "frameworks": "CoreData",