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