Files
GradientLoadingBar/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
T
2022-09-08 19:41:10 +02:00

31 lines
845 B
JSON

{
"name": "GradientLoadingBar",
"version": "2.3.3",
"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.3"
},
"swift_versions": "5.5",
"platforms": {
"ios": "9.0"
},
"source_files": "GradientLoadingBar/**/*",
"dependencies": {
"LightweightObservable": [
"~> 2.1"
]
},
"swift_version": "5.5"
}