blob: d8a8aadcb3b21504fc20bb3e6d24e3a10d526e0b [file] [log] [blame]
{
"name": "JPulseHUD",
"version": "0.1.0",
"summary": "Drop-in progress HUD that generates an unique loading pulsing animation each time it's shown.",
"description": "JPulseHUD is a drop in class for displaying a translucent view over a controller when work is being done on a background thread or you're awaiting the result of a network request. This HUD was inspired by Acorns similar pulse animation within their iOS app.",
"homepage": "https://github.com/jacks205/JPulseHUD",
"screenshots": [
"https://raw.githubusercontent.com/jacks205/JPulseHUD/master/image/jpulsehud1.png",
"https://raw.githubusercontent.com/jacks205/JPulseHUD/master/image/jpulsehud2.gif",
"https://raw.githubusercontent.com/jacks205/JPulseHUD/master/image/jpulsehud1.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Jackson": "markjacks205@gmail.com"
},
"source": {
"git": "https://github.com/jacks205/JPulseHUD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JPulseHUD/Classes/**/*"
}