[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 7 / MBProgressHUDExtensions@phero / 1.0.0 / MBProgressHUDExtensions@phero.podspec.json
blob9d5cfd8930e480cfc3b0e126e358057a0354684f
2   "name": "MBProgressHUDExtensions@phero",
3   "version": "1.0.0",
4   "summary": "UIViewController extensions for displaying an MBProgressHUD",
5   "description": "Provides convenience methods that can be mixed into UIViewController subclasses\nfor easily displaying MBProgressHUD instances.",
6   "homepage": "https://github.com/pdhero/MBProgressHUDExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "phero": "phero@phero.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/pdhero/MBProgressHUDExtensions.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "MBProgressHUD": [
26       "~> 0.9.2"
27     ]
28   }