[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / a / 9 / e / JPulseHUD / 0.1.0 / JPulseHUD.podspec.json
blobd8a8aadcb3b21504fc20bb3e6d24e3a10d526e0b
2   "name": "JPulseHUD",
3   "version": "0.1.0",
4   "summary": "Drop-in progress HUD that generates an unique loading pulsing animation each time it's shown.",
5   "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.",
6   "homepage": "https://github.com/jacks205/JPulseHUD",
7   "screenshots": [
8     "https://raw.githubusercontent.com/jacks205/JPulseHUD/master/image/jpulsehud1.png",
9     "https://raw.githubusercontent.com/jacks205/JPulseHUD/master/image/jpulsehud2.gif",
10     "https://raw.githubusercontent.com/jacks205/JPulseHUD/master/image/jpulsehud1.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Mark Jackson": "markjacks205@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/jacks205/JPulseHUD.git",
21     "tag": "0.1.0"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "JPulseHUD/Classes/**/*"