[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / 0 / DJSpecialHUD / 1.0.0 / DJSpecialHUD.podspec.json
blob8c432b0c88d61190a604b5ac853999d17ca66f74
2   "name": "DJSpecialHUD",
3   "version": "1.0.0",
4   "summary": "一行代码设置HUD",
5   "description": "这是一个基于MBProgressHUD的便捷设置HUD工具",
6   "homepage": "https://github.com/dongheiheihei/DJSpecialHUD",
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/DJSpecialHUD.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "DJSpecialHUD/DJHUD.framework/Headers/*.{h}",
23   "public_header_files": "DJSpecialHUD/DJHUD.framework/Headers/DJHUD.h",
24   "resources": "DJSpecialHUD/DJProgressHUD.bundle",
25   "vendored_frameworks": "DJSpecialHUD/DJHUD.framework",
26   "ios": {
27     "frameworks": [
28       "Foundation",
29       "UIKit"
30     ]
31   },
32   "dependencies": {
33     "MBProgressHUD": [
35     ]
36   },
37   "requires_arc": true