blob: 4c9ba09ab86b194bf29bc963f6cce79537753c38 [file] [log] [blame]
{
"name": "BXProgressHUD",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PinAuto": [
]
}
}