blob: b1b8dc03acc0046d18ac29460a5ef7db9fb82c02 [file] [log] [blame]
{
"name": "SWHUD",
"version": "0.0.4",
"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.4"
},
"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"
}