blob: 0b2119d3a561bd34ec7aa5f89a6bb7603799ef26 [file] [log] [blame]
{
"name": "DJProgressHUD",
"version": "1.0.0",
"summary": "一行代码设置HUD",
"description": "这是一个基于MBProgressHUD的便捷设置HUD工具",
"homepage": "https://github.com/dongheiheihei/DJProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dongheiheihei": "woshidongheihei@163.com"
},
"social_media_url": "https://github.com/dongheiheihei",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/dongheiheihei/DJProgressHUD.git",
"tag": "1.0.0"
},
"source_files": "DJProgressHUD/DJHUD.framework/Headers/*.{h}",
"public_header_files": "DJProgressHUD/DJHUD.framework/Headers/DJHUD.h",
"resources": "DJProgressHUD/DJProgressHUD.bundle",
"vendored_frameworks": "DJProgressHUD/DJHUD.framework",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"MBProgressHUD": [
"~> 1.2.0"
]
},
"requires_arc": true
}