| { | |
| "name": "XHToastSwift", | |
| "version": "1.0.3", | |
| "summary": "简洁轻便提示工具,一行代码既可完成提示信息显示.", | |
| "homepage": "https://github.com/CoderZhuXH/XHToastSwift", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Zhu Xiaohui": "977950862@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/CoderZhuXH/XHToastSwift.git", | |
| "tag": "1.0.3" | |
| }, | |
| "source_files": [ | |
| "XHToastSwift", | |
| "*.{swift}" | |
| ], | |
| "requires_arc": true | |
| } |