blob: 3f4b63ad53ee011100af251a866be3101a275899 [file] [log] [blame]
{
"name": "ELProgressHUD",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "ELProgressHUD/Classes/*.{swift,h,m}",
"resource_bundles": {
"ELProgressHUD": [
"ELProgressHUD/Assets/**/*.png"
]
},
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
},
"pod_target_xcconfig": {
"SWIFT_SUPPRESS_WARNINGS": "YES"
}
}