blob: 3cfec39489ef46a5e4008c35be0e129f23c38586 [file] [log] [blame]
{
"name": "HUD.swift",
"module_name": "HUD",
"version": "1.2",
"summary": "Customizable HUD.",
"homepage": "https://github.com/horizontalsystems/gui-kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/gui-kit.git",
"tag": "hud-1.2"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "HUD/Classes/**/*",
"resource_bundles": {
"HUD": "HUD/Assets/*.xcassets"
},
"dependencies": {
"UIExtensions.swift": [
"~> 1.1"
],
"SnapKit": [
"~> 5.0"
]
},
"swift_version": "5"
}