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