blob: 01e0c467a44cca76477b0c0d57a40e60ee3bc976 [file] [log] [blame]
{
"name": "HudExtension",
"version": "1.0.1",
"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.1"
},
"source_files": "HudExtension/*.{h,m}",
"resources": "HudExtension/MBProgressHUD.bundle",
"dependencies": {
"MBProgressHUD": [
]
}
}