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