blob: d4d73a2e9f0f67d44056533de8a9983845e145da [file] [log] [blame]
{
"name": "KSOProgressHUD",
"version": "0.1.0",
"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": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOProgressHUD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "KSOProgressHUD/**/*.{h,m}",
"exclude_files": "KSOProgressHUD/KSOProgressHUD-Info.h",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"dependencies": {
"Stanley": [
],
"Loki": [
],
"KSOFontAwesomeExtensions": [
],
"Quicksilver": [
],
"Ditko": [
]
}
}