blob: 10b2e345598b0728882cf691d5ffe710676fe5da [file] [log] [blame]
{
"name": "KLProgressHUD",
"version": "1.0.1",
"platforms": {
"ios": "10.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "swift 编写带有进度条显示的HUD。",
"homepage": "https://github.com/KYangLei/KLProgressHUD.git",
"authors": {
"KYangLei": "18683331614@163.com"
},
"source": {
"git": "https://github.com/KYangLei/KLProgressHUD.git",
"tag": "1.0.1"
},
"description": "KLProgressHUD 是一个在 iOS App 上极易于使用的 HUD。主要用于显示加载、进度、情景信息、Toast。",
"source_files": "KLProgressHUD/*.swift",
"resources": "KLProgressHUD/KLProgressHUD.bundle",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}