[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 1 / f / HUDHelper / 0.3.5 / HUDHelper.podspec.json
bloba6b38ef709f9a976832b2b597bb9866ae6115e37
2   "name": "HUDHelper",
3   "version": "0.3.5",
4   "summary": "A wrapper of method chaining for MBProgressHUD.",
5   "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.",
6   "homepage": "https://github.com/xingheng/HUDHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Will Han": "xingheng.hax@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xingheng/HUDHelper.git",
16     "tag": "0.3.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HUDHelper/**/*",
22   "public_header_files": "HUDHelper/HUDHelper.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "MBProgressHUD": [
26       "~> 1.0"
27     ]
28   }