[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 9 / 1 / 2 / XWHUDManager / 0.4.0 / XWHUDManager.podspec.json
blobef7b4624b9417241bde0649fef9a1cd467d6e211
2   "name": "XWHUDManager",
3   "version": "0.4.0",
4   "summary": "MBProgressHUD 封装.",
5   "description": "MBProgressHUD 封装, 支持菊花, 提示语, 成功失败提示信息, 支持序列帧, Gif等, 支持自定义, 相当好用",
6   "homepage": "https://github.com/qxuewei/XWHUDManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qxuewei": "qxuewei@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/qxuewei/XWHUDManager.git",
16     "tag": "0.4.0"
17   },
18   "social_media_url": "http://www.qiuxuewei.com",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "XWHUDManager/Classes/**/*",
23   "resource_bundles": {
24     "XWHUDManager": [
25       "XWHUDManager/Assets/*"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "MBProgressHUD": [
31       "~> 1.1.0"
32     ]
33   }