| { | |
| "name": "WZRouter", | |
| "version": "0.1.0", | |
| "summary": "A short description of WZRouter.", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://github.com/wuzaozhou/WZRouter", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "wuzaozhou": "wuzaozhou@aliyun.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/wuzaozhou/WZRouter.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "subspecs": [ | |
| { | |
| "name": "Classes", | |
| "source_files": "**/Classes/**" | |
| } | |
| ] | |
| } |