blob: ecdcd601a6882130ce8f8e85d7975266d5c178ef [file] [log] [blame]
{
"name": "BXProgressHUD",
"version": "2.0",
"summary": "BXProgressHUD A ProgressHUD based on MBProgressHUD writtern with Swift 3.0 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": "2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PinAuto": [
"~> 2.0"
]
}
}