blob: 9b10464ee6b42b6cc9a63abe50d73b5660877ad0 [file] [log] [blame]
{
"name": "KSOProgressHUD",
"version": "0.2.2",
"summary": "KSOProgressHUD is a replacement for the private UIProgressHUD class.",
"description": "KSOProgressHUD is a replacement for the private UIProgressHUD class. It supports a variety of customizations, including UIVisualEffect background views, custom background views, displaying image, text, progress, along with custom layout support.",
"homepage": "https://github.com/Kosoku/KSOProgressHUD",
"license": {
"type": "Apache 2.0",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOProgressHUD.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "KSOProgressHUD/**/*.{h,m}",
"exclude_files": "KSOProgressHUD/KSOProgressHUD-Info.h",
"private_header_files": "KSOProgressHUD/Private/*.h",
"resource_bundles": {
"KSOProgressHUD": [
"KSOProgressHUD/**/*.{lproj}"
]
},
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"dependencies": {
"Stanley": [
],
"Loki": [
],
"KSOFontAwesomeExtensions": [
],
"Quicksilver": [
],
"Ditko": [
]
}
}