blob: 2fb40ed9fa9e3523b8383e85bef906d9bf11b952 [file] [log] [blame]
{
"name": "ZRProgressHUD",
"version": "0.0.2",
"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/ZRProgressHUD.git",
"tag": "0.0.2"
},
"source_files": "ZRProgressHUD/*",
"public_header_files": "ZRProgressHUD/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"1.1.0"
]
}
}