blob: 2c4ecb5f1eb0ef0e6cd79aa29303fb1f9eb3f71a [file] [log] [blame]
{
"name": "DMProgressHUD",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DMProgressHUD/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}