[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / e / BXProgressHUD / 1.5.0 / BXProgressHUD.podspec.json
blob73c1d4597d15916d2511d4c41a7209dfc7877b96
2   "name": "BXProgressHUD",
3   "version": "1.5.0",
4   "summary": "BXProgressHUD A ProgressHUD based on MBProgressHUD writtern with Swift 2.1 with some new feature",
5   "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.",
6   "homepage": "https://github.com/banxi1988/BXProgressHUD",
7   "license": "MIT",
8   "authors": {
9     "banxi1988": "banxi1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banxi1988/BXProgressHUD.git",
13     "tag": "1.5.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "PinAuto": [
24     ]
25   }