blob: 5ce9043c9f323f126cd859c9e5eb90eeb7bfd54a [file] [log] [blame]
{
"name": "AGHUD",
"version": "0.9.2",
"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": "0.9.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": [
"HUD/Classes/HUD.swift",
"HUD/Classes/HUDExtension.swift"
],
"resource_bundles": {
"HUD": [
"HUD/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
}
}