[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 0 / 4 / GDCoreDataConcurrencyDebugging / 0.0.6 / GDCoreDataConcurrencyDebugging.podspec.json
blob807fe46e9d132c6f3ff9b710106b16846fd9b668
2   "name": "GDCoreDataConcurrencyDebugging",
3   "version": "0.0.6",
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",
7   "license": "MIT",
8   "authors": {
9     "Graham Dennis": "graham@grahamdennis.me"
10   },
11   "source": {
12     "git": "https://github.com/GrahamDennis/GDCoreDataConcurrencyDebugging.git",
13     "tag": "0.0.6"
14   },
15   "platforms": {
16     "ios": "3.1",
17     "osx": "10.6"
18   },
19   "requires_arc": false,
20   "source_files": "Classes",
21   "public_header_files": "Classes/{GDCoreDataConcurrencyDebugging,GDConcurrencyCheckingManagedObject}.h",
22   "frameworks": "CoreData",
23   "dependencies": {
24     "JRSwizzle": [
26     ]
27   }