[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / e / BXProgressHUD / 2.0 / BXProgressHUD.podspec.json
blobecdcd601a6882130ce8f8e85d7975266d5c178ef
2   "name": "BXProgressHUD",
3   "version": "2.0",
4   "summary": "BXProgressHUD A ProgressHUD based on MBProgressHUD writtern with Swift 3.0 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": "2.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": [
23       "~> 2.0"
24     ]
25   }