blob: a67e212c7a7bac601f8fec2fc306549c084a9a4f [file] [log] [blame]
{
"name": "ELProgressHUD",
"version": "0.1.7",
"summary": "封装自MBProgressHUD加载提示组件",
"requires_arc": true,
"homepage": "https://github.com/UEdge/ELProgressHUD",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Dylan.Kuang": "dylan.kuang@earlylight.com.hk"
},
"source": {
"git": "https://github.com/UEdge/ELProgressHUD.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "ELProgressHUD/Classes/*.{swift,h,m}",
"resources": "ELProgressHUD/Assets/ELProgressHUD.bundle",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
},
"pod_target_xcconfig": {
"SWIFT_SUPPRESS_WARNINGS": "YES"
}
}