blob: 310eabb072b881d49b157b54aab78c0479d08f4b [file] [log] [blame]
{
"name": "YuiToast",
"version": "0.1.1",
"summary": "A lightweight toast library for iOS.",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"description": "YuiToast is a lightweight toast display library for iOS. It can be display toast and modify the toast appeared on the screen easily in your iOS apps.",
"homepage": "https://github.com/jctaoo/YuiToast",
"license": "MIT",
"authors": {
"jctaoo": "jctaoo@outlook.com"
},
"source": {
"git": "https://github.com/jctaoo/YuiToast.git",
"tag": "0.1.1"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"5.0.0"
]
},
"swift_version": "5.0"
}