[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / e / 9 / DKProgressViewHUD / 1.0.2 / DKProgressViewHUD.podspec.json
blob913097f826823c335a83c31e98320f30324467a6
2   "name": "DKProgressViewHUD",
3   "version": "1.0.2",
4   "summary": "DKProgressViewHUD :swift MBProgressHUD",
5   "description": "DKProgressViewHUD 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.",
6   "homepage": "https://github.com/leelong12/DKProgressViewHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lee": "lishilong8740@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/leelong12/DKProgressViewHUD.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "dataSource/*.swift",
22   "frameworks": [
23     "CoreGraphics",
24     "QuartzCore"
25   ],
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"