blob: d5aefa8c62dadb959bf94cd2635258aea610f708 [file] [log] [blame]
{
"name": "HudExtension",
"version": "1.0.0",
"summary": "An extension of MBProgressHUD",
"description": "An extension of MBProgressHUD with OC .",
"homepage": "https://github.com/iRemark/HUD-Example.git",
"license": "MIT",
"authors": {
"chuck": "lc081200@example.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/iRemark/HUD-Example.git",
"tag": "1.0.0"
},
"source_files": "HudExtension/*.{h,m}",
"resources": "HudExtension/MBProgressHUD.bundle",
"dependencies": {
"MBProgressHUD": [
]
}
}