blob: 3859279e1d62f881dc14d90894bd34c36451b050 [file] [log] [blame]
{
"name": "CWProgressHUD",
"version": "1.1.0",
"summary": "A quick and clean progress HUD.",
"description": "A quick and clean progress HUD. Install library in order to display an interactive progress HUD to users to showcase that a time-consuming event is occuring such as loading some information.",
"homepage": "https://github.com/ChrishonWyllie/CWProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChrishonWyllie": "chrishon595@yahoo.com"
},
"source": {
"git": "https://github.com/ChrishonWyllie/CWProgressHUD.git",
"tag": "1.1.0"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1"
],
"platforms": {
"ios": "12.0"
},
"source_files": "Classes/**/*",
"resource_bundles": {
"CWProgressHUD": [
"Resources/*"
]
},
"frameworks": "UIKit",
"swift_version": "5.1"
}