[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / f / 1 / NJSNotificationCenter / 1.0.1 / NJSNotificationCenter.podspec.json
blob9ac9183f21b93a96026884b926ca706aea25f895
2   "name": "NJSNotificationCenter",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Niklas Saers": "niklas@saers.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/niklassaers/NJSNotificationCenter.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": "NJSNotificationCenter/*.{h,m}",
22   "requires_arc": true