[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 0 / 4 / GDCoreDataConcurrencyDebugging / 0.4 / GDCoreDataConcurrencyDebugging.podspec.json
blobdfce3ef40695936e979c3739e8db62374a9ac434
2   "name": "GDCoreDataConcurrencyDebugging",
3   "version": "0.4",
4   "summary": "Find out when you're accessing an NSManagedObject on the wrong queue/thread.",
5   "description": "GDCoreDataConcurrencyDebugging helps you find cases where NSManagedObject's are being called on the wrong thread or dispatch queue.\nSimply add it to your project and you will get a log message for every invalid access to an NSManagedObject.",
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.4",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "3.1",
18     "osx": "10.6"
19   },
20   "requires_arc": false,
21   "source_files": [
22     "Classes",
23     "Vendor/fishhook/fishhook.{c,h}"
24   ],
25   "public_header_files": "Classes/{GDCoreDataConcurrencyDebugging,GDConcurrencyCheckingManagedObject}.h",
26   "frameworks": "CoreData",
27   "dependencies": {
28     "JRSwizzle": [
30     ]
31   }