[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / c / 8 / 7 / MBProgressHUD / 0.5 / MBProgressHUD.podspec.json
blob6a970ef813c66f0545a621868fbc883770c519b4
2   "name": "MBProgressHUD",
3   "version": "0.5",
4   "platforms": {
5     "ios": null
6   },
7   "license": "MIT",
8   "summary": "An iOS activity indicator view.",
9   "homepage": "https://github.com/matej/MBProgressHUD",
10   "authors": {
11     "Matej Bukovinski": "matej@bukovinski.com",
12     "Jonathan George": "jonathan@jdg.net"
13   },
14   "source": {
15     "git": "https://github.com/jdg/MBProgressHUD.git",
16     "tag": "0.5"
17   },
18   "description": "MBProgressHUD is an iOS drop-in class that displays a translucent HUD with a progress indicator and some optional labels while work is being done in a background thread. The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD with some additional features.",
19   "source_files": "*.{h,m}",
20   "frameworks": "CoreGraphics",
21   "requires_arc": false