blob: 24433e9280ba8a228142c47002befafdf9336985 [file] [log] [blame]
{
"name": "HUDHelper",
"version": "0.3.8",
"summary": "A wrapper of method chaining for MBProgressHUD.",
"description": "HUDHelper defines 'Indicator' and 'Toast' based on MBProgressHUD, the indicator acts as the default behaviour of MBProgressHUD, the toast will hide automatically.\nThe original intention of this wrapper is to separate the MBProgressHUD usage from UIViewController and call it easily.",
"homepage": "https://github.com/xingheng/HUDHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Will Han": "xingheng.hax@qq.com"
},
"source": {
"git": "https://github.com/xingheng/HUDHelper.git",
"tag": "0.3.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HUDHelper/**/*",
"public_header_files": "HUDHelper/HUDHelper.h",
"frameworks": "UIKit",
"dependencies": {
"MBProgressHUD": [
"~> 1.0"
]
}
}