[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 2 / 8 / FlyHUD / 1.5.11 / FlyHUD.podspec.json
blobf400a474130e28bd0ba27e3c7b1ab795c32777ea
2   "name": "FlyHUD",
3   "version": "1.5.11",
4   "summary": "A lightweight and easy-to-use HUD for iOS and tvOS apps.",
5   "description": "FlyHUD is a lightweight and easy-to-use HUD designed to display\n the progress and status of ongoing tasks on iOS and tvOS.",
6   "homepage": "https://github.com/liam-i/FlyHUD",
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/FlyHUD.git",
16     "tag": "1.5.11"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "12.0",
21     "visionos": "1.0"
22   },
23   "swift_versions": [
24     "5.0"
25   ],
26   "resource_bundles": {
27     "FlyHUD": [
28       "Sources/HUD/PrivacyInfo.xcprivacy"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "FlyHUD",
34       "source_files": [
35         "Sources/HUD/**/*.swift"
36       ]
37     },
38     {
39       "name": "FlyIndicatorHUD",
40       "source_files": [
41         "Sources/IndicatorHUD/**/*.swift"
42       ],
43       "dependencies": {
44         "FlyHUD/FlyHUD": [
46         ]
47       }
48     },
49     {
50       "name": "FlyProgressHUD",
51       "source_files": [
52         "Sources/ProgressHUD/**/*.swift"
53       ],
54       "dependencies": {
55         "FlyHUD/FlyHUD": [
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"