blob: f137e37d1257269b64b9514d0366aedf9f6858d3 [file] [log] [blame]
{
"name": "LoadingProgressHUD",
"version": "0.2.0",
"summary": "A clean and lightweight loading progress HUD for iOS and tvOS app, written in Swift.",
"description": "Add a property (frontTextColor) to the HUD to set the font color (previously included in the foregroundColor).",
"swift_version": "4.2",
"homepage": "https://github.com/der1598c/LoadingProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"der1598c": "leyee.h@gmail.com"
},
"source": {
"git": "https://github.com/der1598c/LoadingProgressHUD.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "LoadingProgressHUD/Classes/**/*",
"frameworks": "QuartzCore",
"requires_arc": true
}