[Add] AgoraRtcEngine_Special_iOS 4.3.2.12.PARAL
[CocoaPods.git] / Specs / 9 / 2 / 1 / HDHUD / 2.1.6 / HDHUD.podspec.json
blob342436f4fc6fcc342eac24e64697aea94bd8e2ac
2   "name": "HDHUD",
3   "swift_versions": "5.0",
4   "version": "2.1.6",
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": "2.1.6"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.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": [
39         ],
40         "ZXKitUtil": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"