[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 9 / MBProgressHUDStable / 1.1.3 / MBProgressHUDStable.podspec.json
bloba77fcb9393f03fb1efe0ee73c5d427843eb74e09
2   "name": "MBProgressHUDStable",
3   "version": "1.1.3",
4   "summary": "An iOS activity indicator view.",
5   "description": "MBProgressHUD is an iOS drop-in class that displays a translucent HUD\nwith an indicator and/or labels while work is being done in a background thread.\nThe HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD\nwith some additional features.\nFolk for fix bug.",
6   "homepage": "http://goodeffect.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James Lee": "jameslee@goodeffect.com"
13   },
14   "source": {
15     "git": "https://github.com/banggaoo/MBProgressHUD.git",
16     "tag": "1.1.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "source_files": "*.{h,m}",
23   "frameworks": [
24     "CoreGraphics",
25     "QuartzCore"
26   ],
27   "requires_arc": true