Files
GradientLoadingBar/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
T
Felix Mau f120514677 * exclude pod directory
This will fix an issue with Carthage, as the `_Pods.xcodeproj` is a symlink to `Example/Pods/Pods.xcodeproj` which now can be resolved.
2018-06-03 11:03:42 +02:00

24 lines
707 B
JSON

{
"name": "GradientLoadingBar",
"version": "1.1.10",
"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.10"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GradientLoadingBar/Classes/**/*"
}