| { | |
| "name": "AYDispatcher", | |
| "version": "1.0.0", | |
| "summary": "Dispatcher for modular development.", | |
| "homepage": "https://github.com/alan-yeh/AYDispatcher", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Alan Yeh": "alan@yerl.cn" | |
| }, | |
| "source": { | |
| "git": "https://github.com/alan-yeh/AYDispatcher.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "AYDispatcher/Classes/**/*", | |
| "public_header_files": "AYDispatcher/Classes/**/*.h" | |
| } |