blob: 97006b5ba91af2029b505ded4a4193515df27c39 [file] [log] [blame]
{
"name": "GLAlertTool",
"version": "1.0.0",
"summary": "MBProgressHUD和UIAlertController的简易封装,支持多语言。",
"homepage": "https://github.com/Gavin-ldh/GLAlertTool",
"license": "MIT",
"authors": {
"Gavin": "gavin.ldh@hotmail.com"
},
"social_media_url": "https://www.dhlee.cn",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Gavin-ldh/GLAlertTool.git",
"tag": "1.0.0"
},
"source_files": "GLAlertTool/*.{h,m}",
"resources": "GLAlertTool/Resource/*.{bundle,strings}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"GLLanguageTool": [
],
"MBProgressHUD": [
]
}
}