[Add] AgoraRtcEngine_Special_iOS 4.3.2.12.PARAL
[CocoaPods.git] / Specs / 9 / 2 / 1 / HDHUD / 3.0.1 / HDHUD.podspec.json
blob3bd3183c6f3fedd5369855d5e8df6ccc6105a6fe
2   "name": "HDHUD",
3   "swift_versions": "5.0",
4   "version": "3.0.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "A simple and efficient HUD based on swift development",
10   "homepage": "https://github.com/DamonHu/HDHUD",
11   "authors": {
12     "DamonHu": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/HDHUD.git",
16     "tag": "3.0.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "12.0"
21   },
22   "default_subspecs": "core",
23   "frameworks": "UIKit",
24   "documentation_url": "https://github.com/DamonHu/HDHUD",
25   "subspecs": [
26     {
27       "name": "core",
28       "resource_bundles": {
29         "HDHUD": [
30           "pod/Assets/*.png",
31           "pod/Assets/**/*.png",
32           "HDHUD/Pod/Assets/*.gif"
33         ]
34       },
35       "source_files": "pod/Class/*.swift",
36       "dependencies": {
37         "SnapKit": [
38           "~> 5.0"
39         ],
40         "DDUtils/ui": [
41           "~> 5.0"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"