| { | |
| "name": "DWMediator", | |
| "version": "0.0.3", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "summary": "基于Protocol的免注册的中间件方案。", | |
| "homepage": "https://github.com/CodeWicky/DWMediator", | |
| "authors": { | |
| "codeWicky": "codewicky@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/CodeWicky/DWMediator.git", | |
| "tag": "0.0.3" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source_files": "DWMediator/**/*.{h,m}", | |
| "frameworks": "UIKit" | |
| } |