[Add] AgoraRtcEngine_Special_iOS 4.3.2.12.PARAL
[CocoaPods.git] / Specs / 9 / 2 / 1 / HDHUD / 2.0.1 / HDHUD.podspec.json
blobd42d312c1c6bda820a06ba4792e91b9f3478ae72
2   "name": "HDHUD",
3   "swift_versions": "5.0",
4   "version": "2.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": "2.0.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.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       "name": "gif",
47       "dependencies": {
48         "HDHUD/core": [
50         ],
51         "Kingfisher": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"