[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 4 / PWFNotification / 0.1.0 / PWFNotification.podspec.json
blobe794236e5f4adbaa426ed6a879ecd52ee6311d80
2   "name": "PWFNotification",
3   "version": "0.1.0",
4   "summary": "You no need to remove observer for using PWFNotification.",
5   "description": "Because of the crash in using of Apple's NSNotification without removing the observer in dealloc,I develop the PWFNotification.You no need to remove observer for using PWFNotification.You can decide whether to post a notification in the main thread or in current thread,default in current thread.When received memory warning, the invalid observers and the notifications that saved in the notification center will be elimated.",
6   "homepage": "https://github.com/pwf2006/PWFNotification",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pwf2006": "674423263@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/pwf2006/PWFNotification.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PWFNotification/Classes/**/*"