From 7ee4f49f432f4108fb1cc567de4a9b232fa8a2ba Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Tue, 31 Oct 2023 17:15:55 +0100 Subject: [PATCH] Remove old badges --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 10dd599e..aa1ea0f2 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,6 @@

![Test suite](https://github.com/andreamazz/AMPopTip/workflows/Test%20suite/badge.svg) -[![CocoaPods](https://cocoapod-badges.herokuapp.com/v/AMPopTip/badge.svg)](http://cocoapods.org/?q=ampoptip) -[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/AMPopTip.svg)](http://cocoadocs.org/docsets/AMPopTip) -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -![Swift 5.0](https://img.shields.io/badge/swift-5-orange.svg) -[![Join the chat at https://gitter.im/andreamazz/AMPopTip](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/andreamazz/AMPopTip?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Animated popover that pops out of a frame. You can specify the direction of the popover and the arrow that points to its origin. Color, border radius and font can be easily customized. This popover can be used to leave subtle hints about your UI and provide fun looking onboarding popups.