blob: 622679fb5ffafaff056922ad4330fb6ac425fb4a [file] [log] [blame]
{
"name": "DZProgressController",
"platforms": {
"ios": 5.0
},
"version": "1.0.0",
"license": "MIT",
"summary": "A dead simple, drop-in HUD view for iOS.",
"homepage": "https://github.com/zwaldowski/DZProgressController",
"authors": {
"Zachary Waldowski": "zwaldowski@gmail.com"
},
"source": {
"git": "https://github.com/zwaldowski/DZProgressController.git",
"tag": "1.0.0"
},
"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.",
"source_files": "*.{h,m}",
"resources": "Images/*.png",
"frameworks": "QuartzCore",
"requires_arc": true
}