blob: 4533fe85ad0f56095b2c4b1320aba92b766e6bec [file] [log] [blame]
{
"name": "XNProgressHUD",
"version": "1.0",
"summary": "一款支持自定义状态视图的的HUD",
"description": "一款支持自定义状态视图的的HUD,继承自XNProgressHUD并实现XNProgressHUDMethod中的方法。",
"homepage": "https://github.com/LuohanCC/XNProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"罗函": "luohancc@163.com"
},
"source": {
"git": "https://github.com/LuohanCC/XNProgressHUD.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SVProgressHUD/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}