| { |
| "name": "XHToastSwift", |
| "version": "1.2.0", |
| "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.2.0" |
| }, |
| "source_files": [ |
| "XHToastSwift", |
| "*.{swift}" |
| ], |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.0" |
| } |