blob: 8257fb2a790c7bcf69c4e8970b6f58015fc9bd77 [file] [log] [blame]
{
"name": "LVMAlertHUD",
"version": "1",
"summary": "仿系统API弹框",
"homepage": "https://github.com/DouKing/LVMAlertHUD",
"license": "MIT",
"authors": {
"wuyikai": "wyk8916@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DouKing/LVMAlertHUD.git",
"tag": "1"
},
"source_files": "LVMAlertHUD/Source/**/*.{h,m}",
"resources": "LVMAlertHUD/Source/**/*.png",
"requires_arc": true,
"subspecs": [
{
"name": "AlertController",
"source_files": [
"LVMAlertHUD/Source/AlertController/**/*.{h,m}",
"LVMAlertHUD/Source/Helper/**/*.{h,m}"
]
},
{
"name": "StatusBarHUD",
"source_files": [
"LVMAlertHUD/Source/StatusBarHUD/**/*.{h,m}",
"LVMAlertHUD/Source/Resource/*.png"
]
},
{
"name": "Toast",
"source_files": "LVMAlertHUD/Source/Toast/**/*.{h,m}"
}
]
}