blob: 37b70ecbe8649aab575905e4da9552169ca0f342 [file] [log] [blame]
{
"name": "AGHUD",
"version": "1.2.0",
"summary": "An iOS activity indicator and toast view.",
"description": "An iOS activity indicator and toast view. Like Loading and Toast.",
"homepage": "https://github.com/Agenric/HUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AgenricWon": "AgenricWon@gmail.com"
},
"source": {
"git": "https://github.com/Agenric/HUD.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": [
"HUD/HUD.swift",
"HUD/HUDExtension.swift"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}