| { |
| "name": "ZEDObserversCenter", |
| "version": "0.0.2", |
| "summary": "一个非常容易使用的多观察者模式的观察者中心,是一个很好的NSNotificationCenter的替代品", |
| "description": "A short description of ZEDObserversCenter.\nTODO: Add long description of the pod here.", |
| "homepage": "https://github.com/lichao1992/ZEDObserversCenter", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "李超": "964139523@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/lichao1992/ZEDObserversCenter.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ZEDObserversCenter/Classes/**/*", |
| "dependencies": { |
| "PLObservers": [ |
| |
| ] |
| } |
| } |