blob: 839aa8d4e2980ed07acfe04463565716a5ae837c [file] [log] [blame]
{
"name": "SWToast",
"version": "0.0.1",
"summary": "在 GSMessages的基础上封装了便利的方法.",
"description": "根据平时项目的需要在 GSMessages的基础上封装了便利的方法.",
"homepage": "https://github.com/547/SWToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Seven Wang",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/547/SWToast.git",
"tag": "0.0.1"
},
"source_files": [
"SWToast",
"SWToast/**/*.{h,m,swift}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"GSMessages": [
"~> 1.7.2"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}