[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / d / a / LPHUD / 1.5.3 / LPHUD.podspec.json
blob2bbb34eed751c0fe9513124cf802e25c9f4f5262
2   "name": "LPHUD",
3   "version": "1.5.3",
4   "summary": "A lightweight and easy-to-use HUD for iOS and tvOS apps.",
5   "description": "LPHUD is a lightweight and easy-to-use HUD designed to display \nthe progress and status of ongoing tasks on iOS and tvOS.",
6   "homepage": "https://github.com/liam-i/HUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liam": "liam_i@163.com"
13   },
14   "source": {
15     "git": "https://github.com/liam-i/HUD.git",
16     "tag": "1.5.3"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "11.0"
21   },
22   "swift_versions": [
23     "5.0"
24   ],
25   "subspecs": [
26     {
27       "name": "HUD",
28       "source_files": [
29         "Sources/HUD/**/*"
30       ]
31     },
32     {
33       "name": "HUDIndicator",
34       "source_files": [
35         "Sources/HUDIndicator/**/*"
36       ],
37       "dependencies": {
38         "LPHUD/HUD": [
40         ]
41       }
42     },
43     {
44       "name": "HUDProgress",
45       "source_files": [
46         "Sources/HUDProgress/**/*"
47       ],
48       "dependencies": {
49         "LPHUD/HUD": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.0"