mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
30 lines
839 B
JSON
30 lines
839 B
JSON
{
|
|
"name": "GradientLoadingBar",
|
|
"version": "1.1.17",
|
|
"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://felix.hamburg/files/github/gradient-loading-bar/screen.gif",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Felix Mau": "contact@felix.hamburg"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/fxm90/GradientLoadingBar.git",
|
|
"tag": "1.1.17"
|
|
},
|
|
"social_media_url": "https://twitter.com/askfxm90",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source_files": "GradientLoadingBar/Classes/**/*",
|
|
"dependencies": {
|
|
"LightweightObservable": [
|
|
"~> 1.0"
|
|
]
|
|
}
|
|
}
|