blob: 57d71b527d1b73b996a17529fae44415286fc3d5 [file] [log] [blame]
{
"name": "SpiralLoaderView",
"version": "0.0.1",
"summary": "Spiral Loader View provide easy loading animation with beautiful effect",
"description": "SpiralLoaderView is an iOS drop-in class that displays a translucent HUD\nwith an indicator and/or labels while work is being done in a background thread.\nThe HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD\nwith some additional features.",
"homepage": "https://github.com/ravi-jubl/SpiralLoaderView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ravi Tailor": "ravi.tailor@jublfood.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ravi-jubl/SpiralLoaderView.git",
"branch": "master",
"tag": "0.0.1"
},
"source_files": "SpiralLoaderView/**/*.swift",
"exclude_files": "SpiralLoaderView/*.xcassets",
"resources": "SpiralLoaderView/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"requires_arc": true,
"swift_version": "4.2"
}