blob: 27113ef9a247a32551f388e8e75a083862583c5b [file] [log] [blame]
{
"name": "HDHUD",
"swift_versions": "5.0",
"version": "1.1.2",
"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.2"
},
"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": {
"HDSwiftCommonTools": [
],
"SnapKit": [
],
"Kingfisher": [
]
},
"swift_version": "5.0"
}