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