blob: e8c97e3fe910fd9c69588d04a37bb3f765224f4a [file] [log] [blame]
{
"name": "LGAlertHUD",
"version": "1.0.2",
"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.2"
},
"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}"
}
]
}