blob: 484f0db4ad1097af8fa194697fa3dbca38555ed8 [file] [log] [blame]
{
"name": "YHNotificationCenter",
"version": "1.0.0",
"summary": "自己实现通知中心,无需在 dealloc 方法中移除观察者",
"description": "***\n## Features:\n1. 自己实现通知中心,无需在 dealloc 方法中移除观察者. \n***",
"homepage": "https://github.com/whoyoung/YHNotificationCenter",
"license": "MIT",
"authors": {
"杨虎": "huyang@mail.bistu.edu.cn"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/whoyoung/YHNotificationCenter",
"tag": "1.0.0"
},
"source_files": "YHNotificationCenter/NotificationCenter/*.{h,m}",
"requires_arc": true
}