blob: 7769ddd0a39d1e7eb88fb3ed57ca71389a15301a [file] [log] [blame]
{
"name": "XCProgressHUD",
"version": "0.0.2",
"summary": "基于JGProgressHUD,封装了几款简单的提示框",
"description": "XCProgressHUD,基于JGProgressHUD,封装了几款简单的提示框",
"homepage": "https://github.com/fanxiaocong/XCProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fanxiaocong": "1016697223@qq.com"
},
"source": {
"git": "https://github.com/fanxiaocong/XCProgressHUD.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "XCProgressHUD/Classes/**/*",
"dependencies": {
"JGProgressHUD": [
"~> 2.0.2"
]
}
}