blob: a6120ef66b128f84e06788010325cf262f634419 [file] [log] [blame]
{
"name": "HDHUD",
"swift_versions": "5.0",
"version": "1.1.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A simple and efficient HUD based on swift development",
"homepage": "https://github.com/DamonHu/HDHUD",
"authors": {
"DamonHu": "dong765@qq.com"
},
"source": {
"git": "https://github.com/DamonHu/HDHUD.git",
"tag": "1.1.4"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "HDHUD/Pod/Class/*.swift",
"resource_bundles": {
"HDHUD": [
"HDHUD/Pod/Assets/*.png",
"HDHUD/Pod/Assets/*.gif"
]
},
"frameworks": "UIKit",
"documentation_url": "https://github.com/DamonHu/HDHUD",
"dependencies": {
"HDCommonToolsSwift": [
],
"SnapKit": [
],
"Kingfisher": [
]
},
"swift_version": "5.0"
}