[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / c / 7 / 0 / DZProgressController / 1.0.0 / DZProgressController.podspec.json
blob622679fb5ffafaff056922ad4330fb6ac425fb4a
2   "name": "DZProgressController",
3   "platforms": {
4     "ios": 5.0
5   },
6   "version": "1.0.0",
7   "license": "MIT",
8   "summary": "A dead simple, drop-in HUD view for iOS.",
9   "homepage": "https://github.com/zwaldowski/DZProgressController",
10   "authors": {
11     "Zachary Waldowski": "zwaldowski@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/zwaldowski/DZProgressController.git",
15     "tag": "1.0.0"
16   },
17   "description": "DZProgressController is a drop-in iOS class that displays a translucent HUD with a progress indicator and an optional label while work is being done. It is meant as an easy-to-use replacement for the undocumented, private class UIProgressHUD.",
18   "source_files": "*.{h,m}",
19   "resources": "Images/*.png",
20   "frameworks": "QuartzCore",
21   "requires_arc": true