[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 2 / 8 / FlyHUD / 1.5.12 / FlyHUD.podspec.json
blob068cd2deabb61744156b1f616b24a6352a03bb69
2   "name": "FlyHUD",
3   "version": "1.5.12",
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.12"
17   },
18   "documentation_url": "https://liam-i.github.io/FlyHUD/main/documentation/flyhud",
19   "screenshots": "https://raw.githubusercontent.com/wiki/liam-i/FlyHUD/Screenshots/1-6.png",
20   "social_media_url": "https://liam-i.github.io",
21   "cocoapods_version": ">= 1.13.0",
22   "platforms": {
23     "ios": "12.0",
24     "tvos": "12.0",
25     "visionos": "1.0"
26   },
27   "swift_versions": [
28     "5.0"
29   ],
30   "resource_bundles": {
31     "FlyHUD": [
32       "Sources/HUD/PrivacyInfo.xcprivacy"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "FlyHUD",
38       "source_files": [
39         "Sources/HUD/**/*.swift"
40       ]
41     },
42     {
43       "name": "FlyIndicatorHUD",
44       "source_files": [
45         "Sources/IndicatorHUD/**/*.swift"
46       ],
47       "dependencies": {
48         "FlyHUD/FlyHUD": [
50         ]
51       }
52     },
53     {
54       "name": "FlyProgressHUD",
55       "source_files": [
56         "Sources/ProgressHUD/**/*.swift"
57       ],
58       "dependencies": {
59         "FlyHUD/FlyHUD": [
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.0"