[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 3 / 1 / DJProgressHUD / 1.0.0 / DJProgressHUD.podspec.json
blob0b2119d3a561bd34ec7aa5f89a6bb7603799ef26
2   "name": "DJProgressHUD",
3   "version": "1.0.0",
4   "summary": "一行代码设置HUD",
5   "description": "这是一个基于MBProgressHUD的便捷设置HUD工具",
6   "homepage": "https://github.com/dongheiheihei/DJProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dongheiheihei": "woshidongheihei@163.com"
13   },
14   "social_media_url": "https://github.com/dongheiheihei",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/dongheiheihei/DJProgressHUD.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "DJProgressHUD/DJHUD.framework/Headers/*.{h}",
23   "public_header_files": "DJProgressHUD/DJHUD.framework/Headers/DJHUD.h",
24   "resources": "DJProgressHUD/DJProgressHUD.bundle",
25   "vendored_frameworks": "DJProgressHUD/DJHUD.framework",
26   "ios": {
27     "frameworks": [
28       "Foundation",
29       "UIKit"
30     ]
31   },
32   "dependencies": {
33     "MBProgressHUD": [
34       "~> 1.2.0"
35     ]
36   },
37   "requires_arc": true