blob: 8c432b0c88d61190a604b5ac853999d17ca66f74 [file] [log] [blame]
{
"name": "DJSpecialHUD",
"version": "1.0.0",
"summary": "一行代码设置HUD",
"description": "这是一个基于MBProgressHUD的便捷设置HUD工具",
"homepage": "https://github.com/dongheiheihei/DJSpecialHUD",
"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/DJSpecialHUD.git",
"tag": "1.0.0"
},
"source_files": "DJSpecialHUD/DJHUD.framework/Headers/*.{h}",
"public_header_files": "DJSpecialHUD/DJHUD.framework/Headers/DJHUD.h",
"resources": "DJSpecialHUD/DJProgressHUD.bundle",
"vendored_frameworks": "DJSpecialHUD/DJHUD.framework",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"MBProgressHUD": [
]
},
"requires_arc": true
}