[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 5 / 0 / DJSpecialHUD / 1.0.2 / DJSpecialHUD.podspec.json
blob4de4593a780c6ba0259160811fb6dd2548c12222
2   "name": "DJSpecialHUD",
3   "version": "1.0.2",
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.2"
21   },
22   "source_files": "DJSpecialHUD/DJHUD.framework/Headers/*.{h}",
23   "resources": "DJSpecialHUD/DJProgressHUD.bundle",
24   "vendored_frameworks": "DJSpecialHUD/DJHUD.framework",
25   "ios": {
26     "frameworks": [
27       "Foundation",
28       "UIKit"
29     ]
30   },
31   "dependencies": {
32     "MBProgressHUD": [
34     ]
35   },
36   "requires_arc": true