[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / a / 0 / 4 / GDCoreDataConcurrencyDebugging / 0.0.7 / GDCoreDataConcurrencyDebugging.podspec.json
blob8ee0a346a15392dd04ed62313cd108322492d1b0
2   "name": "GDCoreDataConcurrencyDebugging",
3   "version": "0.0.7",
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.7",
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   }