blob: 522ec3df3ce75b52a52d686015b84407d533e602 [file] [log] [blame]
{
"name": "BXProgressHUD",
"version": "1.7.1",
"summary": "BXProgressHUD A ProgressHUD based on MBProgressHUD writtern with Swift 2.1 with some new feature",
"description": "BXProgressHUD A ProgressHUD based on MBProgressHUD,\nAs this is rewritten with Swift 2.1,It should be used more naturely in Swift Code,\nAnd It's add some Builder Pattern Support.",
"homepage": "https://github.com/banxi1988/BXProgressHUD",
"license": "MIT",
"authors": {
"banxi1988": "banxi1988@gmail.com"
},
"source": {
"git": "https://github.com/banxi1988/BXProgressHUD.git",
"tag": "1.7.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PinAuto": [
]
}
}