[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / 8 / YHNotificationCenter / 1.0.0 / YHNotificationCenter.podspec.json
blob484f0db4ad1097af8fa194697fa3dbca38555ed8
2   "name": "YHNotificationCenter",
3   "version": "1.0.0",
4   "summary": "自己实现通知中心,无需在 dealloc 方法中移除观察者",
5   "description": "***\n## Features:\n1. 自己实现通知中心,无需在 dealloc 方法中移除观察者.  \n***",
6   "homepage": "https://github.com/whoyoung/YHNotificationCenter",
7   "license": "MIT",
8   "authors": {
9     "杨虎": "huyang@mail.bistu.edu.cn"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/whoyoung/YHNotificationCenter",
16     "tag": "1.0.0"
17   },
18   "source_files": "YHNotificationCenter/NotificationCenter/*.{h,m}",
19   "requires_arc": true