[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 0 / 2 / 8 / FlyHUD / 1.5.10 / FlyHUD.podspec.json
blob97136e1396616cfce565b1d0fe37dfac3878407c
2   "name": "FlyHUD",
3   "version": "1.5.10",
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.10"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "12.0",
21     "visionos": "1.0"
22   },
23   "swift_versions": [
24     "5.0"
25   ],
26   "subspecs": [
27     {
28       "name": "FlyHUD",
29       "source_files": [
30         "Sources/HUD/**/*"
31       ]
32     },
33     {
34       "name": "FlyIndicatorHUD",
35       "source_files": [
36         "Sources/IndicatorHUD/**/*"
37       ],
38       "dependencies": {
39         "FlyHUD/FlyHUD": [
41         ]
42       }
43     },
44     {
45       "name": "FlyProgressHUD",
46       "source_files": [
47         "Sources/ProgressHUD/**/*"
48       ],
49       "dependencies": {
50         "FlyHUD/FlyHUD": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"