blob: 78393723026bf8ba347e0907a39ff7a3e6bd4f98 [file] [log] [blame]
{
"name": "IMProgressHUD",
"version": "0.0.1",
"summary": "A clean and lightweight progress HUD for your iOS app.",
"description": "IMProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS.",
"homepage": "https://github.com/immortal-it/IMProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Immortal": "immortal@gmail.com"
},
"source": {
"git": "https://github.com/immortal-it/IMProgressHUD.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"source_files": "IMProgressHUD/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_INSTALL_OBJC_HEADER": "NO"
},
"swift_version": "5.3"
}