Files
GradientLoadingBar/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
T
2022-09-13 19:35:47 +02:00

26 lines
769 B
JSON

{
"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/**/*",
"swift_version": "5.5"
}