blob: 9ac9183f21b93a96026884b926ca706aea25f895 [file] [log] [blame]
{
"name": "NJSNotificationCenter",
"version": "1.0.1",
"summary": "An NSNotificationCenter replacement reducing boilerplate around threads and execution ordering",
"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",
"homepage": "https://github.com/niklassaers/NJSNotificationCenter",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Niklas Saers": "niklas@saers.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/niklassaers/NJSNotificationCenter.git",
"tag": "v1.0.1"
},
"source_files": "NJSNotificationCenter/*.{h,m}",
"requires_arc": true
}