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