Files
GradientLoadingBar/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
T
Felix Mau ed722cb70d * updated pods
* added `Observable` pod as dependency for `GradientLoadingBar`
2018-08-18 13:22:34 +02:00

30 lines
814 B
JSON

{
"name": "GradientLoadingBar",
"version": "1.1.11",
"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": "http://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.11"
},
"social_media_url": "https://twitter.com/iamfelixm",
"platforms": {
"ios": "9.0"
},
"source_files": "GradientLoadingBar/Classes/**/*",
"dependencies": {
"Observable": [
]
}
}