[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / f / 9 / UIView+YFMBProgressHUD / 0.1.0 / UIView+YFMBProgressHUD.podspec.json
blob44948393058dc3960bf6181cf5edea61984eaf86
2   "name": "UIView+YFMBProgressHUD",
3   "version": "0.1.0",
4   "summary": "based MBProgressHUD, easy-to-use",
5   "description": "based MBProgressHUD, easy-to-use, show activity、message、complete handle",
6   "homepage": "https://github.com/yonfong/UIView-MBProgressHUD.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yonfeng": "yonfeng.zhang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yonfong/UIView-MBProgressHUD.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UIView-MBProgressHUD/Classes/**/*",
22   "dependencies": {
23     "MBProgressHUD": [
24       "~> 1.1.0"
25     ]
26   }