blob: 8ed23dd94c570245e05cea9676c63224d840cd82 [file] [log] [blame]
{
"name": "LGAlertHUD",
"version": "1.1.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.1.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}"
},
{
"name": "YJSheetView",
"source_files": "LGAlertHUD/YJSheetView/*.{h,m}",
"dependencies": {
"Masonry": [
],
"YJExtensions": [
]
}
}
]
}