blob: 485b0790ae29d9aae1fe38f6ba73236fd20b9d98 [file] [log] [blame]
{
"name": "RgProgressHUD",
"version": "0.0.1",
"summary": "是用户提示组件,基于MBProgressHUD封装",
"description": "用户提示组件,基于MBProgressHUD封装",
"homepage": "https://dazhongge.com",
"license": "MIT",
"authors": {
"Rogue": "619455850@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RogueAndy/RgProgressHUD.git",
"tag": "0.0.1"
},
"source_files": "RgProgressHUD/*",
"public_header_files": "RgProgressHUD/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"1.1.0"
]
}
}