blob: 231234611aa151123cc9b8342e10e80028021970 [file] [log] [blame]
{
"name": "LGAlertHUD",
"version": "1.0.8",
"summary": "提示框,进度条",
"homepage": "https://github.com/LYajun/LGAlertHUD",
"license": "MIT",
"authors": {
"刘亚军": "liuyajun1999@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LYajun/LGAlertHUD.git",
"tag": "1.0.8"
},
"source_files": [
"LGAlertHUD/*.{h,m}",
"LGAlertHUD/Lancoo/*.{h,m}"
],
"resources": "LGAlertHUD/LGAlertHUD.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"YJExtensions": [
]
},
"subspecs": [
{
"name": "AlertView",
"source_files": "LGAlertHUD/AlertView/*.{h,m}"
}
]
}