| { |
| "name": "BProgressHUD", |
| "version": "1.0.0", |
| "summary": "A lightenweight progress hud with dismiss callback by swift", |
| "description": " A lightenweight progress hud with dismiss callback by swift, used in iOS\n", |
| "homepage": "https://github.com/chinabrant/BProgressHUD", |
| "license": "MIT", |
| "authors": { |
| "chinabrant": "sjwu2012@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/chinabrant/BProgressHUD.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "BProgressHUD/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreGraphics" |
| ] |
| } |