blob: 1434f6e3d61a74a827c7e528d8d249a79745fbe2 [file] [log] [blame]
{
"name": "LVMAlertHUD",
"version": "4",
"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": "4"
},
"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}",
"LVMAlertHUD/Source/LVMAlertHeader.h"
],
"dependencies": {
"pop": [
]
}
},
{
"name": "StatusBarHUD",
"source_files": [
"LVMAlertHUD/Source/StatusBarHUD/**/*.{h,m}",
"LVMAlertHUD/Source/Resource/*"
]
},
{
"name": "Toast",
"source_files": "LVMAlertHUD/Source/Toast/**/*.{h,m}",
"dependencies": {
"pop": [
]
}
}
]
}