[Add] LiteRTSwift 0.0.1-nightly.20250111
[CocoaPods.git] / Specs / 8 / b / 5 / YSHUD / 0.9 / YSHUD.podspec.json
bloba15ebc1e3c5ab1db5f94d34ac811242121443798
2   "name": "YSHUD",
3   "version": "0.9",
4   "summary": "对MBProgressHUD的二次封装",
5   "description": "对MBProgressHUD的二次封装, 方便调用",
6   "homepage": "https://github.com/zys-developer/YSHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zys-developer": "zys_dev@163.com"
13   },
14   "source": {
15     "git": "https://github.com/zys-developer/YSHUD.git",
16     "tag": "0.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "YSHUD/Classes/**/*.swift",
23   "resource_bundles": {
24     "YSHUD": [
25       "YSHUD/Assets/*.png"
26     ]
27   },
28   "dependencies": {
29     "MBProgressHUD": [
30       "0.9"
31     ]
32   },
33   "swift_version": "5.0"