{ "name": "GradientLoadingBar", "version": "2.3.5", "summary": "A customizable animated gradient loading bar.", "description": "A customizable animated gradient loading bar.\nInspired by https://codepen.io/marcobiedermann/pen/LExXWW", "homepage": "https://github.com/fxm90/GradientLoadingBar", "screenshots": "https://raw.githubusercontent.com/fxm90/GradientLoadingBar/master/Assets/screen.gif", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Felix Mau": "contact@felix.hamburg" }, "source": { "git": "https://github.com/fxm90/GradientLoadingBar.git", "tag": "2.3.5" }, "swift_versions": "5.5", "platforms": { "ios": "13.0" }, "source_files": "GradientLoadingBar/Sources/**/*.swift", "testspecs": [ { "name": "Tests", "test_type": "unit", "requires_app_host": true, "source_files": "GradientLoadingBar/Tests/**/*.{swift,md}", "dependencies": { "SnapshotTesting": [ "~> 1.9" ] } } ], "swift_version": "5.5" }