2 "name": "NJSNotificationCenter",
4 "summary": "An NSNotificationCenter replacement reducing boilerplate around threads and execution ordering",
5 "description": " NJSNotificationCenter replaces NSNotificationCenter and takes out some of the boiler-plate\n code of handling notifications, such as\n - handling it asynchronously\n - handling what threads a notification is handled on\n - handle notifications using blocks\n - ordering of notifications\n - finding out what observers are left\n",
6 "homepage": "https://github.com/niklassaers/NJSNotificationCenter",
12 "Niklas Saers": "niklas@saers.com"
18 "git": "https://github.com/niklassaers/NJSNotificationCenter.git",
21 "source_files": "NJSNotificationCenter/*.{h,m}",