blob: f3c67871d71abdfdce4179e9042d721e18549cb1 [file] [log] [blame]
{
"name": "DMProgressHUD",
"version": "0.0.6",
"summary": "DMProgressHUD is a view that shows the progress.",
"description": "DMProgressHUD is a view that shows the progress of background thread's tasks.",
"homepage": "https://github.com/DamonMok/DMProgressHUD",
"license": "MIT",
"authors": {
"damonMok": "damonmok1216@gmail.com"
},
"source": {
"git": "https://github.com/DamonMok/DMProgressHUD.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DMProgressHUD/*",
"resources": "DMProgressHUD/DMProgressImgs.bundle",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}