[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / e / BXProgressHUD / 1.0.2 / BXProgressHUD.podspec.json
blob7ea22790f3858d091b4226a8cbbaf128688f8575
2   "name": "BXProgressHUD",
3   "version": "1.0.2",
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.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BXProgressHUD": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"